Todo Application with Vite-React and PouchDB
Design comparison
Solution retrospective
This challenges was quite interesting. This project helps me to understand how React Context APIs are helpful to manage global state values. Context APIs are really helps you to reduce the complexity of individual component functionality. In this project managing pouchdb database quite a messy task and by each functions I have to use individual useState
for each component. But with help of Context API I was able to reduce it into one useState
for storing the items and a centralize functions to manage this state.
What alternative you suggest for this?
Community feedback
- @denieldenPosted almost 2 years ago
Hello Robert, good work! 😁
Some little tips to improve your code:
- add
transition
on the html to smooth the change theme color - there must be a bug... the call from 500 response and the app doesn't work in adding tasks
Hope this help 😉 and Happy coding!
Marked as helpful0 - add
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord