prajinpatil42 / ToDo_App

ToDo List App is a kind of app that generally used to maintain our day-to-day tasks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#ToDo List App is a kind of app that generally used to maintain our day-to-day tasks or list everything that we have to do, with the most important tasks at the top of the list, and the least important tasks at the bottom. It is helpful in planning our daily schedules. We can add more tasks at any time and delete a task that is completed.

#Features:-

#In this version of the ToDo list, the user will be getting four options:

1)Create (add) a new task or adding a new ToDo in the ToDo List App.
2)See all the tasks or View all the ToDos that were added to the app.
3)Delete any ToDo from the list of ToDos.
4)Update any ToDo from the list of ToDos.

------------------------------------------------------------------------------------------------

UI OF TODO APP

logo

AFTER ADDING LIST

logo

AFTER UPDATE

logo

AFTER DELETE

logo

SAVED IN MONGODB

logo

UI FOR MOBILE

logo

POSTMAN

logo

commands for start project

1)Backend - nodemon server


2)frontend - npm start


3)create cluster in mongodb


4) Type http://localhost:5000/ for get request

About

ToDo List App is a kind of app that generally used to maintain our day-to-day tasks.


Languages

Language:JavaScript 64.7%Language:HTML 18.7%Language:CSS 16.7%