garyeung / frontend-mentor_todo-app

This is a solution to the Todo app challenge on Frontend Mentor.

Home Page:https://frontend-mentortodo-app.vercel.app

Repository from Github https://github.comgaryeung/frontend-mentor_todo-appRepository from Github https://github.comgaryeung/frontend-mentor_todo-app

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

Desktop Light Desktop Dark Mobile Light Moile Dark

Links

My process

Built with

  • Vue - JS library
  • Vite - For development and building
  • Scss - For styles

What I learned

Learn a lot by using Vue

Continued development

implement Drag and drop function
using localStorage or something local store to memorized the todo

Useful resources

Author

Acknowledgments

About

This is a solution to the Todo app challenge on Frontend Mentor.

https://frontend-mentortodo-app.vercel.app

License:MIT License


Languages

Language:SCSS 44.3%Language:Vue 40.0%Language:TypeScript 13.4%Language:HTML 2.3%