Skip to content

9AMTech/To-Do-List

Repository files navigation

To-Do List

A todo list made with JS, CSS Animations, and Webpack!

Link to project: https://9amtech.github.io/To-Do-List/
Project Requirements: https://www.theodinproject.com/lessons/node-path-javascript-todo-list#assignment

Thumbnail for the the todo-list project.

How It's Made:

Tech used: HTML, CSS, JavaScript, LocalStorage, Webpack

This website is a single page application that takes in the users input with javascript and creates little todo notes. The page uses CSS Animations to gather the users attention pointing them to the "ADD TODO" button in the top corner. Clicking on a todo note opens the indepth view of the todo. This will allow you to add individual tasks to the group of todo's, and add a priority to each througha drop down. The app is riddled with event listeners for great functionality, allowing users to create, update, edit, and delete their todos.The todo's are stored locally on the users machine through LocalStorage, and then everything gets bundled via Webpack.

Lessons Learned:

  • CSS Animations are simple to get into, but hard to master.
  • Conditional event listeners can get out of hand if you lose track of what you were doing.
  • I really learned about adding png support in Webpack.

About

A todo-list app made with Javascript and Webpack!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published