Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 500 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 500 Bytes

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