Skip to content

salvillalon45/TodoList-theOdinProject

Repository files navigation

Todo List

[The Odin Project: Javascript] - Project: Todo List

Summary

Created a To-Do list application. You can create projects. Each project can have tasks. You can edit or delete tasks from a project as well. This project also used to practice how to use npm and webpack

Implementation

  • Used DOM manipulation to render all the content of the website dynamically
  • Developed with JavaScript, NPM, and Webpack to complete the application. Also, the JavaScript factory functions to organize code
  • Built with LocalStorage to maintain data of the projects and tasks upon page refresh

Demo

Restaurant Demo

📗 Fonts used

Technologies:

  • HTML
  • CSS
  • JavaScript
  • npm
  • webpack