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: sanderdechering.github.io/Frontend-Mentor_todo-app-react/
- React - JS library
- TailwindCSS - TailwindCSS
This was my first time developing with React. Because I have used Vue for my whole college career, I wanted to try out something different. Therefore, I created this todo app. My experience with React is a lot messier than I expected, maybe because writing a .vue page has a lot of less clutter and is more seperated than jsx, but it could also be me being an uber noob at React. I am looking forward to creating more with React and trying out different types of project.
- Website - Sander Dechering
- Frontend Mentor - @sanderdechering