Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/altamsh04/todoeist
Todoeist is a straightforward and minimalistic Todo List app designed with a user-friendly interface. It allows users to manage their tasks efficiently using basic technologies like HTML, CSS, and JavaScript.
https://github.com/altamsh04/todoeist
Last synced: 12 days ago
JSON representation
Todoeist is a straightforward and minimalistic Todo List app designed with a user-friendly interface. It allows users to manage their tasks efficiently using basic technologies like HTML, CSS, and JavaScript.
- Host: GitHub
- URL: https://github.com/altamsh04/todoeist
- Owner: altamsh04
- License: mit
- Created: 2023-12-27T07:53:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-19T22:01:30.000Z (12 months ago)
- Last Synced: 2024-01-19T23:24:44.503Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 438 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Todoeist 🚀 - Simple Todo list app
Todoeist is a straightforward and minimalistic Todo List app designed with a user-friendly interface. It allows users to manage their tasks efficiently using basic technologies like HTML, CSS, and JavaScript.## Technologies Used
- HTML
- CSS
- JavaScript## JavaScript Concepts Implemented
1. **Session Storage:** Utilized to store and retrieve data on the client side, ensuring persistence even if the user refreshes the page.
2. **JSON (JavaScript Object Notation):** Used for data interchange between the application and session storage, enabling structured storage of todo items.
3. **Date:** Incorporated to display the date when a todo item is added, providing users with a timestamp for each task.## Key Features
1. **Add Todo:** Easily add new tasks to your todo list with a simple input mechanism.
2. **Check or Uncheck Tasks:** Mark tasks as completed or pending with a checkbox feature, helping users keep track of their progress.
3. **See Date Added:** View the date when each todo item was added, providing a chronological order of tasks.
4. **Delete Todos:** Remove completed or unwanted tasks from the list to keep your todo list organized.## How to Use
1. Clone the repository to your local machine.
```bash
git clone https://github.com/altamsh04/Todoeist.git
```
2. Open the `index.html` file in your preferred web browser.## License
- [MIT LICENSE](LICENSE)