Skip to content

easyvansh/To-Do-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To Do List App

A to-do list application made with React.


Preview

Table of Contents


Overview

A simple to-do list application to demonstrate my React knowledge.

Front-end project only, no backend or database storage.

The application can be tested HERE

Getting Started

  1. Clone the repository and cd into its root directory
  2. Run npm install to install dependencies
  3. Run npm start from the project directory to run in development mode

The application is served at http://localhost:3000 by default.

Building

Run npm run build to build the static assets for external or local hosting. The files will be located inside the build folder by default.

This correctly bundles React in production mode and optimizes the build for best performance.

Usage

Write task descriptions in the text field and press Enter to add them to the list. You can also click on the icon inside the text field to add the task.

To Do

Tasks can be marked as complete by ticking the checkbox. They can also be deleted by clicking the trash icon. They can be updated by clicking the update icon.

Update

Note: Tasks are not stored anywhere. If the page is refreshed or closed, all tasks will be gone.

License

MIT License. For more information see LICENSE.

About

A Simple To-Do list application made with React.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published