Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 678 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 678 Bytes

React To-Do List

This is a simple To-Do List application built with React.js. It allows users to add, remove, and mark tasks as completed.

Features

  • Add a new task
  • Mark a task as completed
  • Remove a task

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/sathish2416/Todo-list.git
    cd Todo-list
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm start

Building for Production

To build the app for production, run:

npm run build