Looking for some good React project examples where the code quality is something to model off of. Any suggestions?
What are some examples of clean and good quality React projects on github?
Project structure for scalable fastapi project.
I found a couple of really good boilerplate structures:
-
(This is by the developer of Fastapi itself) https://github.com/tiangolo/full-stack-fastapi-postgresql/tree/master/%7B%7Bcookiecutter.project_slug%7D%7D/backend/app
-
https://github.com/skb1129/fastapi-boilerplate (This is inspired by the first one, but is just for the backend)
What are some nice open source ReactJS production code?
Looking for ideas for react project
Coming up with project ideas is tricky sometimes. I usually try to think about apps I've used and try to replicate them, or create one with a slight twist. Or think about hobbies you have and make a little utility app for that. If your goal is to practice, anything is fair game. IMO originality is the enemy if you want to practice a skill.
I wrote up a post with some ideas on how to come up with your own projects (has some examples too) and another one with a few project ideas ranging from simple to more complex.
More on reddit.com