Using MongoDB, Express, React and NodeJs created a todo app.
Here in this app we can create a todo, read todos, update todo and delete todo.
To Create : We need to enter title and description and click on add.
To Update : We need to click on todo.
To Delete : Click on delete icon.
Note: Press esc key to clear input
Client is deployed using netlify.
Server is deployed using heroku.