GitXplorerGitXplorer
z

todo-react-app

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
55b96b3db4899001cc878fac416b51c3dc66dc2c

added info about local storage

zzbigniewstefaniuk committed 4 years ago
Unverified
f96fca33e4c593a0022a9e4f0ec33280636ec02c

added custom hook to write data to local storage

zzbigniewstefaniuk committed 4 years ago
Unverified
86aaa2255b8965695359ce304f2bc7980f9da962

added custom hook to save to local storage

zzbigniewstefaniuk committed 4 years ago
Unverified
9e7f240a24059a1eb43ed7bdd5aac121622d8739

extra white space

zzbigniewstefaniuk committed 4 years ago
Unverified
cd1457f025ac741bf3c31548ca04cdb7ea796c55

make it better

zzbigniewstefaniuk committed 4 years ago
Unverified
e142ccd30fc93aef1f926df457cb87a5acadc680

make it better

zzbigniewstefaniuk committed 4 years ago

README

The README file for this repository.

Simple Todo App implemented using React

With this generic app you can add todo task to your list with editing and removing option! It also saves todos in Local Storage


Setup Instructions

  1. Clone the repo
git clone https://github.com/zbigniewstefaniuk/todo-react-app
  1. Install NPM packages
npm i
  1. Start app
npm start

Open http://localhost:3000 to view it in the browser.