Skip to content

Fitness Application built with PERN. It allows users to create workout routines.

Notifications You must be signed in to change notification settings

gabmor38/react-fit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Fitness Application built with PERN. It allows users to create workout routines.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 68.8%
  • JavaScript 25.4%
  • HTML 5.3%
  • Other 0.5%