yasssuz / todo-app

Todo app where you can add, remove, set as done, and even filter your todos! Are you a light theme guy? Change the theme! Oh, and your todos will be saved on your localStorage!

Home Page:https://todo-app-nine-iota.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frontend Mentor - Todo app solution

This is a solution to the Todo app challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

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

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • CSS Flexbox
  • CSS Grid
  • SCSS
  • PostCss (for configuration only)
  • Tailwind.css
  • Vite bundler
  • Mobile first workflow

What I learned

I tried for the first time the new javascript API called "MutationObserver" and it's awesome. I will clearly use it in a few projects i have in mind because you can have a ton of control and observe every change in the dom easily.

Author

About

Todo app where you can add, remove, set as done, and even filter your todos! Are you a light theme guy? Change the theme! Oh, and your todos will be saved on your localStorage!

https://todo-app-nine-iota.vercel.app/


Languages

Language:JavaScript 45.7%Language:HTML 29.3%Language:SCSS 24.6%Language:CSS 0.3%