In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
This is a to-do-lists app that users can write down their missions or something to do. This application is built in React and create-react-app cml.
-
Users can enter content inside the textbox. By playing "ADD MISSION" button, users can add new mission at the below section. The bootom of the website will display how many missions left.
-
If the mission is done, users can give the corresponding mission a check.
-
If the mission is deleted or checked, the number of missions left will changed automatically.
The records are stored in the localstorage of the browser. Accordingly, whole page will stay the same even users refresh the webpage. (But the page won't stay the same if cache is cleared.)