Skip to content

BasharKhdr1992/todo-app-MERN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo App MERN - A Free Challenge offered by Frontendmentor

Features

  1. Create new todos
  2. Filter Todos (All, completed, active)
  3. An indicator that shows how many active todos remaining
  4. clear all completed todos
  5. Drag and Drop todos to reorder
  6. Toggle between Dark, and light theme
  7. The app has a NodeJS backend server that stores todos in a MongoDB instance.