Skip to content

amanuelmandefro3/react-todo

Repository files navigation

React Todo App

This project is a simple Todo application built with React. The app allows users to add, edit, and delete tasks, as well as mark tasks as completed.

Screenshot of Todo App Screenshot of Todo App

Features

  • Add new tasks
  • Edit existing tasks
  • Delete tasks
  • Mark tasks as completed

Getting Started

Prerequisites

Make sure you have the following installed on your machine:

  • Node.js
  • npm or yarn

Installation

  1. Clone the repository:

    git clone https://github.com/amanuelmandefro3/react-todo.git
    cd react-todo
  2. Install the dependencies:

    npm install
    # or
    yarn install
  3. To start the development server, run::

     npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published