Hi everyone,
It took me around ten days to finish, but I only worked on project on weekend and on my off days. Again, the example project was quite helpful, I also compared some others’ solution too.
But honestly, to manage state, redux wont be my choice, I would go with something like contextAPI, if there is too many state to look after and if it is not, I go with useReducer, I think redux is too complicated. Some features are missing in this projects, but comments, categories, posts and search are available.
Anyway, here is link to repo
and this the website
I really appreciate if you leave some feedbacks,
Thanks.