Skip to content

ap766/_Assignment_

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

About Project

The project is a to-do App built using the MERN Stack.The different functionalities here are:-

  • Create new task
  • Read/Display all Tasks in AllTodos
  • Update Task
  • Delete Task
  • Mark tasks as completed by clicking on the task which will result in a strike through
  • Filter tasks based on their completion status as Completed or not completed
  • Delete Completed Tasks

Output 

Output Screen - Adding new task

1a

Tasks created

1B

Mark tasks as completed by clicking on the task which will create a strike through

1c

Filter tasks based on their completion status as Completed or not completed

1d

Update Tasks

1e

How to Run it?

Backend

cd backend npm install

Update the MONGO_URI and PORT by creating a .env file

npm run start

Backend is up and running!

Frontend

cd frontend

npm install

npm run start

Frontend is up and running!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published