Skip to content

vsshetty90/todolist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React + Vite: Todo List Project

This project is a simple Todo List application built using React and Vite. It demonstrates how to create, manage, and organize tasks efficiently while leveraging the fast development experience provided by Vite.

Features

  • Add, edit, and delete tasks.
  • Mark tasks as completed.
  • Filter tasks by their status (e.g., all, active, completed).
  • Persistent storage using local storage.

Plugins Used

Expanding the ESLint Configuration

For a production-ready Todo List application, we recommend using TypeScript and enabling type-aware lint rules. Refer to the TS template to integrate TypeScript and typescript-eslint into your project.

Getting Started

  1. Clone the repository.
  2. Install dependencies using npm install or yarn.
  3. Start the development server with npm run dev or yarn dev.
  4. Open the application in your browser and start managing your tasks!

About

To do List

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors