Skip to content

Rushi98500/ToDO-List

Repository files navigation

ToDo List

Overview

The ToDo List is a simple and intuitive web application built with React and Vite. It offers a user-friendly interface for managing daily tasks. This project leverages the power of Vite for an optimized development experience, featuring Hot Module Replacement (HMR) for real-time updates during development. It also includes ESLint rules to ensure code quality.

This application utilizes two official Vite plugins for React:

  • @vitejs/plugin-react: Utilizes Babel for Fast Refresh.
  • @vitejs/plugin-react-swc: Uses SWC as a JavaScript/TypeScript compiler for Fast Refresh.

Features

  • Add new tasks to the ToDo list.
  • View a list of added tasks.
  • Delete tasks from the list.
  • Simple and clean UI.
  • Fast loading and interactive experience using Vite and React.

Installation

To run the ToDo List application locally, follow these steps:

  1. Clone the Repository
    git clone https://github.com/your-repository/todo-list.git
    cd todo-list
    
  2. Install Dependencies
    npm install
    
  3. Run the Application
    npm run dev
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published