Skip to content

suzanpaudel/to_do_list

Repository files navigation

To Do List App

This is a react app that is build using Vite. This app contains features like adding todo, marking todo as complete, deleting todo, searching todo using text and filtering todo according to their completion state.

Installation

Download or clone the repository, go to the project folder and install all required dependencies.

git clone https://github.com/suzanpaudel/to_do_list.git
cd to_do_list
npm install

Available Scripts

These scripts can be used to perform common tasks, such as starting the development server, building the project, and running tests.

# Start the development server
npm run dev

# Build for production
npm run build

# Run tests
npm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published