This is a solution to the Todo app challenge on Frontend Mentor.
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
- Solution URL: https://www.frontendmentor.io/solutions/todo-app-challenge-klOCTCttO
- Live Site URL: https://gabrielfmpinheiro.github.io/Todo-app/
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- Mobile-first workflow
- React - React
- Tailwind - For styles
- SortableJS - For drag and drop
- Redux - For centralize the data
- How to drag and drop elements from the list
- How to use Redux with React
- How to switch between different themes
- Sortable JS GitHub - This helped me with the drag and drop events
- Using React Redux - This help me to understand how to join the tools React and Redux
- Linkedin- Gabriel Pinheiro
- Frontend Mentor - @GabrielFMPinheiro
- Codewars - @GabrielFMPinheiro