Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.46 KB

README.md

File metadata and controls

51 lines (35 loc) · 1.46 KB

React Todo List App

This Todo List App is a simple yet powerful task management tool built using React hooks. It allows users to easily add, remove, and toggle the completion status of tasks. Leveraging the flexibility of React hooks, the app provides a seamless and responsive user experience. With its clean interface and intuitive design, managing your tasks has never been easier. Whether you're organizing your daily to-dos or planning long-term projects, this Todo List App is the perfect companion to keep you productive and organized.

Technologies Used: React, React Hooks, Vite, npm, ESLint

Features

  • Add new tasks with ease
  • Mark tasks as completed or pending
  • Remove tasks with a single click
  • Responsive design for seamless use across devices
  • Built with React hooks for efficient state management

Getting Started

Prerequisites

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

Installation

Clone the repository:

git clone https://github.com/Srushti-9/todo-list-app.git

Install dependencies:

cd todo-list-app
npm install

Usage Run the development server:

npm run dev

How to Contribute Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/improvement).
  3. Make your changes.
  4. Commit your changes (git commit -am 'Add new feature').
  5. Push to the branch (git push origin feature/improvement).
  6. Create a new Pull Request.