Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
McQueen1122 authored Mar 7, 2024
1 parent 7a6fe9a commit 3089ebe
Showing 1 changed file with 47 additions and 2 deletions.
49 changes: 47 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,47 @@
# ToDoList_Updated
Created with CodeSandbox
# React To-Do List

A simple to-do list application built with React.

## Getting Started

### Prerequisites

- [Node.js](https://nodejs.org/) installed on your machine.

### Installation

1. Clone the repository:

```bash
git clone https://github.com/your-username/react-todo-list.git

2. Navigate to the project directory:
```bash
cd react-todo-list
3. cd react-todo-list
```bash
npm install

### Usage
1. Start the development server:
```bash
npm start
This will open the app in your default web browser.
2. Add, edit, and delete tasks on your to-do list.
3. To submit a new task, either press the "Add" button or press "Enter" after typing in the input field.
4. 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.

0 comments on commit 3089ebe

Please sign in to comment.