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

https://github.com/mickfrog/todo

To Do Project
https://github.com/mickfrog/todo

css factory javascript localstorage storage webpack

Last synced: 3 months ago
JSON representation

To Do Project

Awesome Lists containing this project

README

          

# ToDo
This is a project for to-do activities as part of the Odin Project.

## Features
1. The project uses webpack to bundle different js files in development mode.
2. It uses factory functions for its operability and communication of different objects.
3. For storage of items, it uses Web Storage API's localStorage to store data on a client's computer.
4. The data is serialised using the serialize-javascript pkg from: https://www.npmjs.com/package/serialize-javascript as opposed to JSON.stringify

## Live Demo
https://mickfrog.github.io/toDo