8000 GitHub - MandyNeumeyer/todo_app: ToDo App with React Hooks - user can personalize the app, by choosing color theme - saved in local storage
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ToDo App with React Hooks - user can personalize the app, by choosing color theme - saved in local storage

Notifications You must be signed in to change notification settings

MandyNeumeyer/todo_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👽 ToDo App

ToDo App with React Hooks.

  • user can personalize the app by choosing favourite color theme saved in local storage
  • user can add / mark complete and delete todo
  • user can filter todos (completed / all / uncompleted)

Build with:

React

Live Demo

todo

Setup

  clone repository
  cd <your-repository-name>
  npm install
  npm start
  Enjoy

Structure

Project
├── package.json
├── package-lock.json
├── public
│   ├── favicon.ico
│   └── index.html
├── README.md
└── src
    ├── App.css
    ├── App.js
    ├── components
    │   ├── Form.js
    │   ├── MyToDoApp.js
    │   ├── Navbar.js
    │   ├── Nav.module.css
    │   ├── ToDo.js
    │   └── ToDoList.js
    ├── images
    │   ├── alienPlanet.jpg
    │   └── alien.png
    └── index.js

About

ToDo App with React Hooks - user can personalize the app, by choosing color theme - saved in local storage

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0