Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/iambasilp/todolistapp

Todo List With Local Storage Using Html Css And| Javascript | Todo List Using Javascript
https://github.com/iambasilp/todolistapp

css dom-manipulation fontawsome html javascript localstorage

Last synced: about 11 hours ago
JSON representation

Todo List With Local Storage Using Html Css And| Javascript | Todo List Using Javascript

Awesome Lists containing this project

README

        

# Javascript next Todo App

Todo List With Local Storage Using Html Css And| Javascript | Todo List Using Javascript

## Preview

![To-Do List App](./images/nexttodo.png)

## πŸ›  Skills to do
Javascript, HTML, CSS, Git...

## Features
- [x] Show tasks list
- [x] Add new task
- [x] Complete task
- [x] Delete task
- [x] Edit task
- [x] Clear all tasks
- [x] Clear complete tasks
- [x] Save on local storage
- [x] Current Time show
- [x] Show message if not task
- [x] Custom scrollbar
- [x] Responsivity

## Run Locally

Clone the project

```bash
git clone https://link-to-project
```
Create a new branch and checkout to

```bash
git branch new_branch -b checkout
```

Go to the project directory

```bash
cd Project_name
```

## Conclusion
Along this App, i successfully built a todo list app that allows a user to add new tasks, mark a task as completed and delete old ones. We also discussed the importance of accounting for empty states when designing an application, then proceeded to talk about a potential problem when using the :empty selector and how to fix it.
Finally, discussed persisting the application state to the browser’s localStorage and how to get around its limitations using JSON.stringify and JSON.parse.

## Support

For support, email [email protected]

## Authors

- [@iambasilp](https://www.github.com/iambasilp)