Skip to content

Latest commit

 

History

History
74 lines (54 loc) · 1.52 KB

README.md

File metadata and controls

74 lines (54 loc) · 1.52 KB

React Fitness

Welcome to React Fitness. With more than 1000 exercises to choose from, you can custom build your workout routine.

You can also track your progress by logging your workout sessions.

Tech Stack:

Front End:

FrontEnd Dependencies:

Back End:

BackEnd Dependencies:

Database:

Setup:

FrontEnd and BackEnd have separate dependencies that needs to be installed. To install them separately:

  • Go to react-front-end folder
    cd react-front-end/
    
    Then run npm install
    npm install
    

  • Go to express-back-end folder
    cd express-back-end
    
    Then run npm install
    npm install
    

Main Window:

img

Sample Navigation:

Here is a sample navigation on creating your own workout

img