This is a solution to the Todo app challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
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: Drag and drop to reorder items on the list
- Live Site URL: ToDo App
- Semantic HTML5 markup
- Mobile-first workflow
- CSS custom properties
- Flexbox
- CSS Grid
- SCSS
- CSS cube methodologies
- Npm scripts
- JavaScript
- In this project I learned about SCSS! It is a great way to organize your CSS files and seeing the errors pop up with live server was great. I also learned the importance of creating variables for your app/websites color for when it's time to make a change or scale the project. I learned a lot about JavaScript in this project and got to gain hands on experience with the help and patience of my partner in this project, Daniel. This project really helped me understand the importance of clean code and organization and I plan to improve on it heavily.
- Website - Ahmed Alkhatib
- Frontend Mentor - AhmedAlkh
This was a collaborative project, built by myself and Daniel(https://github.com/DanielArzani).