Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielmrz-dev/todo-app
45th Front-end Mentor Challenge
https://github.com/danielmrz-dev/todo-app
crud javascript sass
Last synced: 5 days ago
JSON representation
45th Front-end Mentor Challenge
- Host: GitHub
- URL: https://github.com/danielmrz-dev/todo-app
- Owner: danielmrz-dev
- License: mit
- Created: 2024-03-26T17:51:20.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-30T15:13:14.000Z (4 months ago)
- Last Synced: 2024-07-30T19:10:01.921Z (4 months ago)
- Topics: crud, javascript, sass
- Language: JavaScript
- Homepage: https://todo-app-eight-coral.vercel.app
- Size: 1000 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Welcome! 👋
# 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.
![Design preview for the Todo app coding challenge](./design/desktop-preview.jpg)
## Table of contents
- [Overview](#overview)
- [Screenshot](#screenshot)
- [Links](#links)
- [My process](#my-process)
- [Built with](#built-with)
- [What I learned](#what-i-learned)
- [Author](#author)
- [Acknowledgments](#acknowledgments)## 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### Screenshot
![](images/screenshot.png)
### Links
- Solution URL: [Link](https://www.frontendmentor.io/solutions/todo-app-built-with-sass-tailwind-and-javascript-a8HvpJJ_sl)
- Live Site URL: [Link](https://todo-app-eight-coral.vercel.app/)## My process
### Built with
- Semantic HTML5 markup
- SASS
- Tailwind
- Grid
- Mobile-first workflow
- Vanilla JavaScript## Author
- Frontend Mentor - [@danielmrz-dev](https://www.frontendmentor.io/profile/danielmrz-dev)
- Twitter - [@danielmrz_dev](https://www.twitter.com/danielmrz_dev)