This project was bootstrapped with Create React App.
This is a simple application that you can use to make some todolist of your own.
Use bootstrap to help me to build the css and I build this app with react.
There are something that already in the file.So I don't change.
Install all the reliables.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
- To add new todo in the panel head, and use 'Enter' to add it to the todo list.
- Check the checkbox to mark that this single item has been done.
- Use the tabs in the panel foot to filter which states you want to check.
- Use the Delete All to delete all the completed ones.
- Double click on a single item could change this item to editable status, and tap on 'Enter' to commit the change.
Enjoy the Simple TODO.