Skip to content

MickFrog/toDo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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