GitXplorerGitXplorer
z

todo-react-app

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
eff6d40114440e932fdb489c5e17d96c6b1a6e30

added extra comments to help read code

zzbigniewstefaniuk committed 4 years ago
Unverified
84cf591c50fbfcb2d5539ba4dc33b8cb30993367

added on hover effect on todo

zzbigniewstefaniuk committed 4 years ago
Unverified
ba56e05e5f787c5060e58d0a1db7afc6f8e0bd40

added demo link.,

zzbigniewstefaniuk committed 4 years ago
Unverified
bce5d1888c601e559966988bbfc71319bde6bc6c

added demo link

zzbigniewstefaniuk committed 4 years ago
Unverified
d7213cc7f0396d4daad5e0fd5de5434ed1af4f39

changed name on localstorage

zzbigniewstefaniuk committed 4 years ago
Unverified
4c3042a4c448f856cb1280f6b98f773f699a5972

deleting unnecessery coments

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.