Need project ideas for Reactjs

shivp0ster

Recruit
Recently started learning ReactJs, followed and finished a popular course. What are some projects that I can build to prove to employers that I'm comfortable with React for an internship?
 
If you're building for the sole purpose of internship/job i would suggest any application with some sort of ticketing system.

Example: A bug tracking system where QA can report bugs and developers can be assigned to fix those bugs

The reason this is good is because every company uses some sort of ticketing system internally and the people that will interview you will automatically be able to relate with your project and have a easier time understanding and asking you questions about it
 
You should attempt:
Todo list app: A basic yet helpful software that lets users create, modify, and remove tasks.
Weather app: A programme that displays current weather conditions as well as a five-day prediction for a specific place.

You can create an image search app where the user can search for images in unsplash
 
Back
Top