Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

DavidCifu/TodoList-react

Repository files navigation

my practice -- todolist with react

  1. Create a To do list where you can:

    -Add a Todo -Mark a todo as done -Edit a Todo -Delete a Todo

  2. Level 2

    -LocalStorage -Object-oriented approach

    .Think of the architecture .Code the classes with properties and methods accordingly

  3. Level 3 (Optional)

    -Transform into React component for Todo / Todolist

    -Choose either arrow function programming / class Definitions _All of the methods / properties' should be set into components

About

TodoList-react

Resources

Readme

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • JavaScript 41.9%
  • CSS 29.5%
  • HTML 22.5%
  • Dockerfile 6.1%