Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 450 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 450 Bytes

Exercise Tracker Web Application

-> Made an Exercise Tracker application from scratch, to store and display Exercise logs of users, using various web technologies.

-> Used HTML, CSS and React.js for front-end and Node.js and Express.js for back-end development.

-> Created a RestAPI for handling various operations and fetch data from the database.

-> Performed various CRUD operations using MongoDB to store user data on the database.