A Single Page Application built with the MERN stack to help you to track your:
- ✅ Workout progress, the amount of weight you lift each training session per exercise.
- ✅ Sleep schedule, the number of hours of sleep you get every night.
- ✅ Personal notes, your goals, milestones, to-do lists or other things you want to quickly write down.
- Clone the GitHub repository in a folder of your choice and change directories:
git clone https://github.com/PredatorIWD/Life-Tracker.git cd Life-Tracker
- Install dependent packages:
npm i
- Start a local React development server at localhost:3000 to see live changes in code:
npm start
If you have any questions or suggestions, you can email me at [email protected]
.