Beginner React movie list project - Needs suggestions and improvement
Hello everyone!
I'm a beginner in React and I'm learning concepts like components, props, state, and event handling.
I have built a small movie list project where I display a list of movies using a component. I have also added Like and Dislike functionality using useState.
I would love it if you could please review my code and give me feedback:
What am I doing correctly?
Where am I making mistakes?
Which parts can I improve?
Any better approaches I could use?
Thank you so much for your time and help!
Here is the code:
MovieCard component
https://pastecord.com/rohumedezo.js
App.jsx
https://pastecord.com/ykujutuhaf.js
I'm a beginner in React and I'm learning concepts like components, props, state, and event handling.
I have built a small movie list project where I display a list of movies using a component. I have also added Like and Dislike functionality using useState.
I would love it if you could please review my code and give me feedback:
What am I doing correctly?
Where am I making mistakes?
Which parts can I improve?
Any better approaches I could use?
Thank you so much for your time and help!
Here is the code:
MovieCard component
https://pastecord.com/rohumedezo.js
App.jsx
https://pastecord.com/ykujutuhaf.js
