Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felix221123/todo-app-main
this is a todo app...this challenge was from frontend mentor....
https://github.com/felix221123/todo-app-main
css hmtl5 javascript sass scss-framework
Last synced: 8 days ago
JSON representation
this is a todo app...this challenge was from frontend mentor....
- Host: GitHub
- URL: https://github.com/felix221123/todo-app-main
- Owner: Felix221123
- Created: 2023-11-11T12:05:03.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-01-09T13:41:04.000Z (10 months ago)
- Last Synced: 2024-10-10T15:23:13.487Z (28 days ago)
- Topics: css, hmtl5, javascript, sass, scss-framework
- Language: SCSS
- Homepage: https://felix221123.github.io/todo-app-main/
- Size: 420 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-template.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
- [Overview](#overview)
- [The challenge](#the-challenge)
- [Links](#links)
- [Built with](#built-with)
- [What I learned](#what-i-learned)
- [Continued development](#continued-development)
- [Useful resources](#useful-resources)
- [Author](#author)
-**Note: Delete this note and update the table of contents based on what sections you keep.**
## Overview
### The challenge
- 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 #active filtering will also be done soon
- Clear all completed todos
- Toggle light and dark mode
- **Bonus**: Drag and drop to reorder items on the list #this will done soon### Links
- Solution URL: [Add solution URL here](https://your-solution-url.com)
- Live Site URL: [Add live site URL here](https://your-live-site-url.com)### Built with
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
- Javascript DOM### What I learned
i learnt various functions regarding the Javascript DOM Manipulation### Continued development
I will work on the drag and reorder function to make this more interesting### Useful resources
- [youtube vidoe for learning DOM Manipulation](https://www.youtube.com/watch?v=5fb2aPlgoys&t=3s) - This helped me in learning document object model manipulation
## Author
- Website - [mywebsite](https://felix221123.github.io/my-portfolio-website/)
- Frontend Mentor - [@Felix221123](https://www.frontendmentor.io/profile/Felix221123)
- Twitter - [@IxKvfi](https://www.twitter.com/IxKvfi)