Skip to content

yasledesma/fem-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Screenshot

Links

My process

You can read all about it in my latest blog post! (Coming Soon!)

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • CSS Grid
  • Mobile-first workflow
  • Sass - CSS preprocessor
  • React - JS library

What I learned

  • Learned to share state down from a parent to its children the easy way with the useContext hook.
  • Learned to manage more complex state with the useReducer hook.
  • Learned to make themes with Sass and implement them in React.

Continued development

After this, I will be finishing the REST Countries API challenge from Frontend Mentor, while getting started with the three.js library.

Author

About

My solution for the "Todo List" challenge at Frontend Mentor.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published