Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/furkan-dogu/todo-app
This project is developed using React to create a todo application.
https://github.com/furkan-dogu/todo-app
localstorage react react-bootstrap todolist uuid
Last synced: about 6 hours ago
JSON representation
This project is developed using React to create a todo application.
- Host: GitHub
- URL: https://github.com/furkan-dogu/todo-app
- Owner: furkan-dogu
- Created: 2023-12-13T12:12:47.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-13T21:57:52.000Z (11 months ago)
- Last Synced: 2023-12-13T22:53:10.596Z (11 months ago)
- Topics: localstorage, react, react-bootstrap, todolist, uuid
- Language: JavaScript
- Homepage: https://todo-app-furkan-dogu.vercel.app
- Size: 3.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo App
## About the Project
This project is developed using React to create a simple todo application. The data is stored in the local storage, so even if you refresh the page or revisit it later, you can still access the entered data.
## Live Demo
[Todo App](https://todo-app-coral-one-76.vercel.app/)
## Features
- Ability to add new tasks
- Ability to mark tasks as complete
- Ability to delete tasks
- Filtering completed tasks## Project Skeleton
```
Todo App(folder)
|
|----readme.md
SOLUTION
├── public
│ └── index.html
├── src
│ ├── assets
│ │ └── [images]
│ ├── components
│ │ ├── Header.jsx
│ │ │
│ │ ├── TodoList.jsx
│ ├── App.js
│ ├── index.js
│ └── index.css
├── package.json
└── yarn.lock
```## Screenshots
## Compatibility
The project is compatible with both wide-screen computers and mobile devices.
## Dependencies
- Bootstrap
- React-Bootstrap
- React-Icons
- UUID