Skip to content

TerezzaB/REACT_ToDoApp

Repository files navigation

React ToDo App

A simple ToDo application built with React.

Features

  • Create, edit, and delete tasks
  • Mark tasks as completed
  • Set tasks as high priority
  • View tasks with dynamic content in a modal

Prerequisites

  • Node.js (LTS version is recommended)
  • npm (package managers)

Installation

  1. Clone the repository

    Open your terminal and run:

    git clone https://github.com/TerezzaB/REACT_ToDoApp.git
    
  2. Navigate to the project directory

    Change to the project directory with:

    cd REACT_ToDoApp
    
  3. Install the dependencies

    npm install
    
  4. Run the application

    npm run dev