An open API service indexing awesome lists of open source software.

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

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