https://github.com/daveanthonyc/todo-app-frontend
https://github.com/daveanthonyc/todo-app-frontend
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/daveanthonyc/todo-app-frontend
- Owner: daveanthonyc
- Created: 2023-09-08T16:37:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-26T05:28:21.000Z (over 1 year ago)
- Last Synced: 2025-01-13T20:44:12.089Z (3 months ago)
- Language: JavaScript
- Size: 309 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To Do List React App
This is the front-end of the To-do list MERN stack application. It contains light and dark mode, regular to-do list functionality and filtering capabillity.
The design is taken from the Frontend Mentor projects found here (https://www.frontendmentor.io/challenges/todo-app-Su1_KokOW/hub)
## Installation
Use the Node Package Manager (npm) to install```bash
npm install
```You can run the project in dev mode
```bash
npm run dev
```## License
[MIT](https://choosealicense.com/licenses/mit/)## Project status
Development is finished