git clone https://github.com/IvanSemin33/todo-app.git
cd todo-app
npm install
npm start
In the project directory, you can run:
Open http://localhost:3000 to view it in the browser.
Launches the test runner in the interactive watch mode.
Builds the app for production to the build folder.
- Add item
- Check items
- Delete checked items
- Input error(must contains more than 2 characters and no space)
- Scrollable items list
- All data store in Web Storage(localStorage)
- Mobile



