Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/derektypist/build-a-todo-app

Learn Local Storage by Building a Todo App
https://github.com/derektypist/build-a-todo-app

css3 freecodecamp-project html5 javascript localstorage

Last synced: 18 days ago
JSON representation

Learn Local Storage by Building a Todo App

Awesome Lists containing this project

README

        

# Build A Todo App

Learn Local Storage by Building a Todo App

## Technologies

Uses HTML5, CSS3 and JavaScript. Handle of Form Inputs, Manage Local Storage, perform CRUD (Create, Read, Update, Delete) operations on tasks, implement event listeners, and toggle UI elements.

## Deployment

On [GitHub Pages](https://derektypist.github.io/build-a-todo-app/) - Main Branch

## Credits

### Acknowledgements

[FreeCodeCamp - JavaScript Algorithms and Data Structures](https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures-v8/)