Skip to content

McQueen1122/ToDoList_Updated

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3089ebe · Mar 7, 2024

History

3 Commits
Mar 7, 2024
Mar 7, 2024
Mar 7, 2024
Mar 7, 2024
Mar 7, 2024

Repository files navigation

React To-Do List

A simple to-do list application built with React.

Getting Started

Prerequisites

  • Node.js installed on your machine.

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/react-todo-list.git
    
  2. Navigate to the project directory:

    cd react-todo-list
  3. cd react-todo-list

    npm install
    

Usage

  1. Start the development server:
    npm start

This will open the app in your default web browser.

  1. Add, edit, and delete tasks on your to-do list.

  2. To submit a new task, either press the "Add" button or press "Enter" after typing in the input field.

  3. To remove a task, click the "Delete" button next to the task.

Technologies Used

React JavaScript HTML CSS

Acknowledgements

This project was created as a simple example of learning React. Inspired by typical to-do list applications.