React To-Do app

This is a simple and user-friendly To-Do application built using React. The app allows users to add, delete, and mark tasks as completed. It's a great starting point for anyone looking to learn React or build a basic productivity tool.

Features

  • Add new Task.
  • Delete any Task.
  • Edit any Task.
  • Mark any Task completed.

Getting Started

Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Make sure you have the following installed on your machine:

  • Node.js
  • npm (Node Package Manager)

Installation

  • Clone the repository:
    git clone https://github.com/siddh113/react-todo-app.git
    cd to-do-in-react
    
    
  • Install dependencies:
    npm install
    
  • Run the app
    npm start
    
  • Open your browser : Navigate to http://localhost:3000 to see the app in action.