An open API service indexing awesome lists of open source software.

https://github.com/jmcerezo/to-do-list


https://github.com/jmcerezo/to-do-list

javascript material-ui react redux redux-persist redux-toolkit webpack

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# To-Do List

A simple To-Do List app.

## Features

- Add, edit and delete task.
- Mark task as completed.

## Run Locally

Download or clone the repository.

Go to the project directory.

Install the dependencies:

```bash
npm install
```

Start the development server:

```bash
npm run serve
```

Build the app:

```bash
npm run build
```