Skip to content

Latest commit

 

History

History
71 lines (45 loc) · 1.82 KB

README.md

File metadata and controls

71 lines (45 loc) · 1.82 KB

polite-sheep-7319

HEALTH & FITNESS REACT APP


Version 1 :

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%

Landing Page

health fitness

Track your fitness page

TrackDataPage

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.

Technology Stack Used 🌟

  • React.js
  • CSS3
  • rest-api
  • auth0
  • swal
  • aos-animation

For storing user data i used localStorage & JSON-Server.

How to run the Project

Install

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

Starting front-end servers

  • Build application

    npm start