Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aa-sikkkk/todoo
Simple ToDOO list web-app that saves data in local storage
https://github.com/aa-sikkkk/todoo
css html-css-javascript html5 javascript todo-list todoapp todolist
Last synced: 3 months ago
JSON representation
Simple ToDOO list web-app that saves data in local storage
- Host: GitHub
- URL: https://github.com/aa-sikkkk/todoo
- Owner: aa-sikkkk
- License: gpl-3.0
- Created: 2024-07-09T10:39:11.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-07-13T11:07:10.000Z (7 months ago)
- Last Synced: 2024-07-13T12:24:51.476Z (7 months ago)
- Topics: css, html-css-javascript, html5, javascript, todo-list, todoapp, todolist
- Language: CSS
- Homepage: https://todoo-peach.vercel.app
- Size: 38.1 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ToDOO List Application
![]()
A simple and interactive To-Do List application.
Project Link: The ToDOO
π‘Features β’
π¨βπ» Technologies Used β’
πͺ§Getting Started β’
β Usage β’
π Project Structure β’
ποΈ License
![]()
## Features
-
Add Tasks: Users can add new tasks to the ToDOO list. -
Remove Tasks: Users can remove tasks from the ToDOO list by clicking on them. -
Persistent Storage: Tasks are saved in the browser's local storage, so they persist across page reloads and browser sessions. -
Responsive Design: The application is designed to be responsive and works well on both mobile and desktop devices.
## Technologies Used
- HTML5
- CSS3
- JavaScript
## Getting Started
To get started with the project, follow these Steps!!
### Prerequisites
Download the Live Server
Extension!
### Installation
- Clone the repo
git clone https://github.com/aa-sikkkk/ToDoo.git
- Open the
index.html
file in your preferred web browser.
## Usage
- Open the application in your web browser.
- Add a new task by typing in the input box and clicking the "Submit" button.
- Remove a task by clicking on the task in the list.
## Project Structure
to-do-list/
βββ index.html
βββ styles.css
βββ script.js
βββ README.md
-
index.html
: The main HTML file that contains the structure of the application. -
styles.css
: The CSS file that contains the styles for the application. -
script.js
: The JavaScript file that contains the functionality of the application. -
README.md
: The file you are currently reading.
## License
Distributed under the GNU General Public License. See LICENSE
for more information.