Skip to content

Avi1231/To-do-web-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

The todo application is developed using MERN (MongoDb, Express, React and Node) Stack. The below are the operations which can be performed in this todo apps

  1. We can create new task.
  2. We can mark the task as a complete if the task is completed, using check and unmark using uncheck.
  3. we can delete the task if the task is no longer needed.

To Run the project:

  1. Clone the repository
  2. To start the server change the path from the terminal using cd server command and run the command npm run dev (For Backend)
  3. To start the client change the path from the terminal using cd client command and run the command npm start (For Frontend)

About

To do web application using MERN

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published