https://github.com/denispianelli/todo-app
Frontend Mentor challenge
https://github.com/denispianelli/todo-app
frontend-mentor intermediate
Last synced: about 1 year ago
JSON representation
Frontend Mentor challenge
- Host: GitHub
- URL: https://github.com/denispianelli/todo-app
- Owner: denispianelli
- Created: 2024-04-24T07:15:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-24T07:16:46.000Z (about 2 years ago)
- Last Synced: 2025-01-25T13:25:38.052Z (over 1 year ago)
- Topics: frontend-mentor, intermediate
- Language: JavaScript
- Homepage: https://denis-pianelli.github.io/interactivity-todo-app/
- Size: 1.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend Mentor - Todo app solution
This is a solution to the [Todo app challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/todo-app-Su1_KokOW). Frontend Mentor challenges help you improve your coding skills by building realistic projects.
## Table of contents
- [Frontend Mentor - Todo app solution](#frontend-mentor---todo-app-solution)
- [Table of contents](#table-of-contents)
- [Overview](#overview)
- [The challenge](#the-challenge)
- [Screenshot](#screenshot)
- [Links](#links)
- [My process](#my-process)
- [Built with](#built-with)
- [What I learned](#what-i-learned)
## 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**: - Persist data using local storage
- **Bonus**: Drag and drop to reorder items on the list
### Screenshot
![Alt text]()
![Alt text]()
![Alt text]()
### Links
- Live Site URL: [View my solution live](https://denis-pianelli.github.io/interactivity-todo-app/)
## My process
### Built with
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- Mobile-first workflow
- JavaScript
- [Sortable](https://github.com/SortableJS/Sortable?tab=readme-ov-file#cdn)
### What I learned
Building a responsive web application using HTML, CSS, and JavaScript.
Working with local storage to persist data between sessions.
Event handling and DOM manipulation in JavaScript.
Manipulating a JavaScript library to reorder the todo list and store the position