Fitnexy is a platform where you can create your exercise plan. Here you can find some default plans for beginners, intermediates, and experts and you can also create your own plan.
You can add day and choose exercises for that day by given list and if you want to see detail of any exercise you can click on Link button.
Solo Project.
git clone https://github.com/nikhildeora/fitnexy.git
Go to the project directory
cd fitnexy
Install dependencies
npm install
Start the server
npm run start