Exercise Tracker is a Single Page Application (SPA) that tracks exercises completed by the user using the MERN stack
Key highlights:
●Implements RESTful API using Node.js and Express.js to handle HTTP requests and responses for CRUD operations on exercises and logs
● Utilizes MongoDB for database storage of exercise and log data and Fetch API for data retrieval
● Added error handling and validation checks for user input using middleware functions
● Implements state and React hooks as well as routing and forms for the front end UI of the application
● Validates request bodies for proper data input
● Handles responses for both successful and failed requests