This is a solution to the To do app. The challenge is from Front-end Mentor.
- 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
Challenge completed, it was a bit difficult, I developed it with React, style components In the development process I learned to use react-beautiful-dnd, which helped me to reorder the list, drag and drop. I also remembered some React hooks that I didn't use much.
- React
- CSS
- styled-components
- react-beautiful-dnd
- Vite