Project: Health & Fitness website with complete authentication made using React.js Original-Design: HERE!
Health & Fitness-Website version 1 hosted HERE!
Progress:
Version 1 completed and hosted
Version 2 Progress: 50%
This is a health & fitness website which specialize in tracking your fitness activities. The website provides fitness programs,fitness tracking dashboard and fitness related memberships .
In this project i have tried to manipulate dom elements, styling using css and tried to make website more dynamic and responsive. With my efforts and the technology stack that i have learned till Unit-4 in the Masai School, i am able to design the whole website with some functionalities & features.
- React.js
- CSS3
- rest-api
- auth0
- swal
- aos-animation
For storing user data i used localStorage & JSON-Server.
Follow the following steps to get development environment running.
-
Clone repository from GitHub
git clone https://github.com/rohansah29/polite-sheep-7319.git
OR USING SSH
git clone git@github.com:rohansah29/polite-sheep-7319.git
-
Install node modules
npm install
-
Build application
npm start