Skip to content

Latest commit

 

History

History
60 lines (36 loc) · 1.3 KB

README.md

File metadata and controls

60 lines (36 loc) · 1.3 KB

ToDo List React App

A simple ToDo List web application built with React and Vite. The app allows users to add new tasks, mark them as completed, and delete tasks from the list. A clean and minimalistic user interface for easy task management.

Features

  • Add new tasks to the list.
  • Mark tasks as completed.
  • Delete tasks from the list.

Technologies Used

  • React
  • Vite

Getting Started

Prerequisites

Make sure you have Node.js and npm installed on your machine.

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/your-repo.git
  2. Navigate to the project directory:

    cd your-repo
  3. Install dependencies:

    npm install

Usage

Run the development server:

npm run dev

Open your browser and visit http://localhost:3000.

Contributing

Contributions are welcome! If you have suggestions, improvements, or issues, feel free to open a pull request or create an issue.

License

This project is licensed under the MIT License.

Make sure to replace placeholders like your-username and your-repo with your actual GitHub username and repository name. Also, if you have a specific license file, include it in your project and update the license section accordingly.