This is a simple web todo application.
Made with React js and basic HTML and CSS
For the backend, express, mongoose and MongoDB Compass was used, ZOD for validation.
To start the backend run
node index.js
in the backend folder. To run the application,
npm run dev
in the frontend folder.