Skip to content

riyakushwaha/FrontendMentor-TodoChallenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Mentor - Todo App Challenge Solution

This is a solution to the Frontend Mentor - Todo app. 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 🎉

Links

Screenshot

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties and Sass
  • Flexbox
  • CSS Grid
  • Desktop-first workflow

What I learned

This challenge helped to test out my developemnt skills. I have used a lot of JavaScript concepts here that were known to me but I ahve used practically like bubbling. It helped my revised and learn about new CSS properties. I also managed to implement the Block, Element, Modifier methodology (commonly referred to as BEM) which is a popular naming convention for classes in HTML and CSS and this made my work a lot easioer in JavaScript. On the whole this challenge was all about learning new techniques and revising previous ones. I feel great to have landed on this site and starting this challenge.

Useful resources

Author