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
- Host: GitHub
- URL: https://github.com/jmcerezo/to-do-list
- Owner: jmcerezo
- Created: 2023-05-09T10:53:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-16T15:44:12.000Z (11 months ago)
- Last Synced: 2025-08-16T17:28:42.297Z (11 months ago)
- Topics: javascript, material-ui, react, redux, redux-persist, redux-toolkit, webpack
- Language: JavaScript
- Homepage: https://to-do-list-prod.vercel.app
- Size: 986 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```