Skip to content

Latest commit

 

History

History
73 lines (56 loc) · 1.83 KB

README.md

File metadata and controls

73 lines (56 loc) · 1.83 KB

Todo app

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
  • Drag and drop to reorder items on the list

Setup Project

commands

In order to run this project locally in your machine follow the following steps

git clone https://github.com/MahdiSohaily/Todo-app.git
cd Todo-app
npm install
npm run dev
npm run start

Screenshot

Desktop version Mobile Version
Solution Screenshot Solution Screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • CSS Grid
  • Mobile-first workflow
  • Webpack 5
  • JavaScript

Author