I think your projects look good.
I think the next step would be to start learning about hooks and building future projects using hooks instead of classes.
Hooks are the modern way to write react today so it would be good to know how to use them.
Thank you very much for the feedback, Jessica!
Could you please suggest some good resources for learning React hooks?
Also, are there any plans to include hooks in the React course?
There are two resources you should look into.
The first one is Kent dodds react course.
He is a great teacher and big name in the react world.
He goes into what is actually happening under hood with writing react and will teach a lot including hooks and deployment.
And it’s only 2 hours long.
The second course is through freecodecamp’s youtube channel.
You can start at the 3 hour mark and 28 seconds.
That is where the part on hooks starts.
They will teach you the most common hooks like useState, useEffect, uesReducer, etc.
They will also cover react router.
freeCodeCamp is working on an all new project based curriculum.
It will be a while before the front end course comes out but yes it will include hooks.
I made some changes to the quote machine and markdown previewer to make it responsive.
For the drum machine - Playing music via keyboard is already functional, I’m looking on to make controls accessible via keyboard,
Thank you again for your suggestion and feedback.