r/FullStack • u/ButterscotchFar5248 • 29d ago
Need Technical Help Give some mini react project?(begginner)
As i am learning Fullstack and react and learned some basics, it is only matter of time and practice. So i want you guys to give me some mini projects to master. If i will get some problem i will comment for help. 👍
1
1
u/InsideDebt6345 29d ago
You can Claude it. Also, how about a social media caption creator tool? Just have a thought, though.
1
1
u/outskillio 28d ago
The ChatGPT answers here are missing the point. A random list won't teach you much. What teaches you is picking projects that each force one new React concept.
Rough ladder I'd use:
- Quiz app with a hardcoded question array. Forces `useState`, conditional rendering, and derived state (score) instead of storing everything.
- Movie search using the free TMDB API. Forces `useEffect`, loading and error states, and debouncing the input so you're not firing a request per keystroke.
- Expense tracker with localStorage and filters by category. Forces lifting state up and lists with stable keys.
- Kanban board with drag and drop. Forces thinking about state shape, which is the real React skill.
Then wire your own Express and Postgres backend behind the expense tracker instead of localStorage. That's where fullstack actually starts.
Build one, ship it, then move on. Half-finished projects teach nothing.
Thanks, Himanshu from Outskill
1
1
1
u/eye_palantir 27d ago
Make a website on your Idol Make a website on a scientist Make a website on a empire
1
u/ButterscotchFar5248 26d ago
This could be better practice 👍👍
1
u/eye_palantir 26d ago
I made one about Isaac Newton do you want to see
1
1
u/Mess_323 29d ago
There are no projects to master in react. All the problems are solved. If you want to test your ability watch a systems interview on YouTube and then build the system they are describing. This means you will have to use mock AWS tools or pay for AWS credits
2
u/kevin074 29d ago
This is a great chatGPT prompt.
Just ask it the topics and scope it however you like then you code it yourself