Project Ideas For React

Hey there,

I have mostly finished the Beginner React course on Codecademy and I have finished the Beginner JavaScript course. I was wondering if anyone had any simple project ideas to include those, or should I wait until after I take the more advanced courses?

Hi salladshooter,

Congrats on finishing the Beginner React and JS courses!

Here are a few ideas for beginner level and intermediate level projects.
Some of these projects are common across programming languages as good ways to practice in order to master a language. Feel free to take them with you if/when you start learning something other than React.

Beginner Level:
To-Do List App: Create a simple to-do list app with features to add, mark as done, and delete tasks.
Calculator: Develop a basic calculator that performs arithmetic operations on user inputs.
Blog: Create a basic blog platform where users can read and write posts.

Intermediate Level:
Chat Application : Create a real-time chat app using libraries like Firebase or WebSocket.
Music Player : Create a basic music player with play, pause, skip, and volume controls.
Social Media Dashboard : Design a dashboard that displays social media analytics and statistics.

Respectfully,
Adam

1 Like

Hey there @doomguyddqd!

Thank you so much for replying, though they are common I think they are great, and the intermediate applications seem amazing. The blog will definitely be useful for a better way to implement a blog into my portfolio than what I have now. Have a great day!

Hi there!

I know this topic is marked as solved, but I just wanted to add Frontend Mentor as an additional resource you could use to test all of your front-end skills. They have challenges that are just HTML and CSS, but can also be personalized to use tools such as React.

And of course, they have challenges including JS which can easily be implemented with React.

You should check it out! :slight_smile:

2 Likes