Skip to content

A responsive implementation of the Todo app challenge on Frontend mentor using ReactJs and Sass

Notifications You must be signed in to change notification settings

OlamideMustapha/todo-list-app

Repository files navigation

Frontend Mentor - Todo app

This is a chanllenge created by Frontend Mentor. This chanllenge involves writing HTML, CSS and Javascript to develop a todo-list app. This project utilizes the browser-side local storage to create a persistent state for the todo-list app, meaning all task stored in the todo-list app will be saved on your browser.

Design preview for the Todo app coding challenge

Technology

  • JavaScript
  • HTML
  • ReactJs
  • SASS
  • CSS

The challenge

Challenge is to build out this todo app and get it looking as close to the design as possible.

Your 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