https://github.com/estebanrfp/to-do-list
Distributed To-Do List Application with GraphDB and Vanilla Javascript
https://github.com/estebanrfp/to-do-list
app descentralized distributed gdb graphdb p2p realtime todolist
Last synced: 12 months ago
JSON representation
Distributed To-Do List Application with GraphDB and Vanilla Javascript
- Host: GitHub
- URL: https://github.com/estebanrfp/to-do-list
- Owner: estebanrfp
- Created: 2025-04-18T12:33:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-11T15:57:55.000Z (about 1 year ago)
- Last Synced: 2025-06-09T06:45:10.738Z (about 1 year ago)
- Topics: app, descentralized, distributed, gdb, graphdb, p2p, realtime, todolist
- Language: JavaScript
- Homepage: https://estebanrfp.github.io/To-Do-List/
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GDB To-Do-List App
A simple task list application built with HTML, CSS, and GraphDB in vanilla JavaScript.
## Features
- Add new tasks
- Mark tasks as completed
- Delete tasks
- Filter tasks (all, active, completed)
- Clear all completed tasks
- Pending task counter
- Data persistence using localStorage
- Responsive design
## Technologies Used
- HTML5
- CSS3
- JavaScript (ES6+)
- Font Awesome for icons
- localStorage for data persistence
## How to Use
1. Clone this repository
2. Open the `index.html` file in your browser
3. Start managing your tasks!
## Project Structure
- `index.html`: HTML structure of the app
- `styles.css`: CSS styles for the user interface
- `script.js`: Application logic in JavaScript
## Demo
You can view a live demo of the application at: [GitHub Pages](https://estebanrfp.github.io/To-Do-list/)
## License
This project is licensed under the MIT License.
#### Credits
[by Esteban Fuster Pozzi (estebanrfp)](https://github.com/estebanrfp)