Skip to content

Kamasah-Dickson/Todo-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo-App

Table of contents

Overview

The challenge

Users should be able to:

  • View the optimal layout for the app depending on their device's screen size
  • See hover states for all interactive elements on the page
  • Add new todos to the list
  • Mark todos as complete
  • Delete todos from the list
  • Filter by all/active/complete todos
  • Clear all completed todos
  • Toggle light and dark mode
  • Bonus: Drag and drop to reorder items on the list

Screenshot

Mobile-Dark-Theme; Mobile-Light-Theme; Desktop-Light-Theme; Desktop-Dark-Theme;

Links

My process

Built with

  • Semantic HTML5 markup
  • Flexbox
  • Mobile-first workflow

What I learned

  1. I learnt how to store and retrieve data in the localStorage;
  2. The use of Higher order functions such as Map,reduce and filter;
  3. I also learnt how to convert any data by using the spread operator [...] or the Array.from() method;
const proudOfThisFunc =  map(todo => {  console.log('🎉',todo)};

Author

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published