https://github.com/czesctuklap/to-do-list
A web application that allows users to manage tasks efficiently. Users can add tasks, mark them as complete, and remove them. The app stores tasks in the local storage, ensuring data persistence across sessions. The ui features, such as stars, moon, marked and unmarked symbols are self made.
https://github.com/czesctuklap/to-do-list
to-do to-do-app to-do-list todoapp todolist
Last synced: 7 months ago
JSON representation
A web application that allows users to manage tasks efficiently. Users can add tasks, mark them as complete, and remove them. The app stores tasks in the local storage, ensuring data persistence across sessions. The ui features, such as stars, moon, marked and unmarked symbols are self made.
- Host: GitHub
- URL: https://github.com/czesctuklap/to-do-list
- Owner: czesctuklap
- Created: 2024-05-31T10:31:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-24T18:02:34.000Z (11 months ago)
- Last Synced: 2025-02-03T14:39:44.934Z (8 months ago)
- Topics: to-do, to-do-app, to-do-list, todoapp, todolist
- Language: CSS
- Homepage:
- Size: 1.59 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To-Do List
A web application designed to help users manage their daily tasks efficiently. Users can add new tasks, mark them as complete, and remove tasks when they are no longer needed. The app leverages local storage to ensure that task data persists across browser sessions.### Features
- **Add Tasks**: Users can add tasks to the list by typing into the input box and clicking the `"Add"` button or pressing the `"Enter"` key.
- **Mark Tasks** as Complete: Tasks can be marked as complete by clicking on them. Completed tasks are displayed with a line-through style.
- **Delete Tasks**: Users can delete tasks by clicking the `×` icon next to each task.
- **Data Persistence**: Tasks are saved in the browser's local storage, so they persist even after the page is refreshed.
- **Responsive Design**: The app is designed to be responsive and works well on various screen sizes.
- **Celestial Theme**: The interface features a visually appealing celestial theme with animated stars and a moon.### Preview
