Skip to content

Atircharlotte/ToDoThings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To Do Things -- make your own to-do-lists

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open https://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.

Project Overview

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.

Usage

  1. 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.

  2. If the mission is done, users can give the corresponding mission a check.

  3. If the mission is deleted or checked, the number of missions left will changed automatically.

Features

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.)

About

This is a simple application for listing to do things

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published