Skip to content

codebend3r/todo-starter-app

Repository files navigation

Todo App

Created with create react app (CRA)

Todos


  • give the main title an underline and a different font family
  • how a message if there are no todos, in other words if the array toDoList is empty
  • within each todo created, while in edit mode, give that input field () a class name and style it
  • within each todo created, move the group of buttons all the way to the right (align right)
  • move everything with <div className="o-task-addition"> into it's own new component, call it TaskAdder
  • on every todo item created, get the current date/time it was created and store it but don't show it
  • save all data to local storage, so when you refresh the page it doesn't go away
  • the clear all button should still clear all data even after you refresh the page >

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors