This is a simple TODO-list application with backend and MongoBD database. It is written mainly in TS (I really wanted to practice what I have been learning for the past few days). The main goal of this project is/was to make a functional TODO web application to serve the basic CRUD functionality.
- To have full CRUD functionality
- Be reactive (to extend)
- Be intuitive
C: Create TODO items
R: Read database and render results
U: Update TODO items
D: Delete TODO items