Skip to content

freddielumor/MERN-Stack-Fitness-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MERN-Stack-Fitness-Tracker

A fitness tracker app

Install frontend dependencies

In the "client" folder

$ yarn install

Install backend dependencies

In the root folder

$ yarn install

Run app - frontend and backend

In the root folder

$ yarn dev

App Features

  • Add new workout log
  • Edit workout log
  • Delete workout log
  • All data saved to MongoDB

Technical Features

  • MongoDB
  • Express
  • Node
  • React (Hooks)
  • Reach Router
  • React Bootstrap