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

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

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)