Skip to content

supreetSekhon/ToDoList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo App in React

This is a simple implementation of a to-do list with CRUD functions
Check out the live demo:
https://to-do-list-five-brown.vercel.app/

Table of Contents

Technologies Used

  • React JS

Setup

To run this app locally on your machine, follow these steps:

  1. Clone the repository:
    git clone https://github.com/supreetSekhon/ToDoList.git
  2. Open the project in VS code and write the below commands in the terminal:
    npm install
    npm run dev

How to Use

  1. Start adding items by writing in the input field and clicking add.
  2. You will see the list builiding below the input field
  3. You can click on edit or delete to modify or delete the to-do list item.

Features

  • CRUD functionality in React JS.

Releases

No releases published

Packages

No packages published