Skip to content

yashpandey002/react-to-do-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do List App with React and Vite

Overview

This is a simple To-Do app built using React and Vite. It allows users to create, read, update, and delete tasks, helping them stay organized and manage their daily tasks efficiently.

Installation

To get started with the To-Do app, follow these simple steps:

  1. Clone the Repository:

    git clone git@github.com:yashpandey002/react-to-do-app.git
    cd to-do-app
  2. Install Dependencies:

    npm install

Usage

Once you've installed the app, you can run it locally:

  1. Start the Development Server:

    npm run dev

This will start a development server, and you can access the app in your web browser at http://localhost:3000. You can now start adding, updating, and completing tasks.

Features

  • Create Tasks: Easily add new tasks to your to-do list.
  • Update Tasks: Edit task names or descriptions to keep your list up to date.
  • Complete Tasks: Mark tasks as completed when you've finished them.
  • Delete Tasks: Remove tasks that are no longer relevant.

About

TODO List App with CRUD functionality built using React.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published