Skip to content

Aman7400/to-do-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To Do List App 📋

The Project consist of UI/UX for a daily to-do List app . Its build on React framework and JSX.

Dependencies

  • react
  • react-dom
  • react-snippets
  • Babel JS Support for IDE's

Install and Run

To run this app you can use any text-editor or IDE of choice having JSX (Babel JS ) extensions.

  1. Download and Unzip to-do-list.zip
  2. Open terminal
cd to-do-list 
run npm install 

After Install

 npm start 
  1. In browser type localhost:3000

Add Item in list

  • Input text and Click Add

Remove Item

  • Click on the Item to delete it