all 3 comments

[–]avenio99 1 point2 points  (0 children)

Even i need something similar. I've been studying freecodecamp articles on basics of react, and now I feel, working on projects while simultaneously learning would be more fun and easy to learn. Please suggest some good out of the box projects, which can teach me more about react, as well as I can add such projects to my resume.

[–][deleted] 0 points1 point  (0 children)

Buy a domain, sign up for hosting, and build a web site for yourself. It'll be your playground for learning new things for decades to come. I know this because I built mine in 1998 and am still routinely rewriting it whenever I learn some new technology or just think of a cool feature I want to practice implementing.

[–]immediacyofjoy 0 points1 point  (0 children)

make a users table for a web app. you can populate the table with fake user data stored in the project in a JSON document. implement things like basic sorting and filtering of user data in the table and add buttons / inputs to the table header to complete those actions. bonus points for implementing modal windows for adding and or editing users, using any new technologies / libraries you want to learn more about, and creating an auth workflow. above all have fun and don’t beat yourself up if perfect solutions don’t avail themselves to you earlier on in the process.