GabrielFMPinheiro / Todo-app

Frontend Mentor - Todo App

Home Page:https://gabrielfmpinheiro.github.io/Todo-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.

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
  • Flexbox
  • Mobile-first workflow
  • React - React
  • Tailwind - For styles
  • SortableJS - For drag and drop
  • Redux - For centralize the data

What I learned

  • How to drag and drop elements from the list
  • How to use Redux with React
  • How to switch between different themes

Useful resources

Author

About

Frontend Mentor - Todo App

https://gabrielfmpinheiro.github.io/Todo-app/


Languages

Language:JavaScript 73.0%Language:CSS 16.3%Language:HTML 10.8%