This is a web application developed on MERN stack. Back-end services is developed with NodeJs and front-end developed with ReactJs . This app allows individuals to keep their exercise schedule on App. They can delete a schedule when it becomes complete. They can keep notes on the individual schedules.
git clone https://github.com/Ats1999/exercise-tracker.git
cd exercise-tracker
npm i
cd front-end
npm start
cd back-end
node server.js