๐ Render a list of movies with the associated data (rating, liked, etc.) using React.
๐จโ๐ซ Created as part of exercises from Chapters 3 to 5 in Mosh's Tutorial: Mastering React.
๐ Try it here: kevduc.github.io/react-movie-app-exercise
- ๐ Movies are displayed in a table with possibility to sort by Title, Genre, etc.
- โญ Star rating (1-5) for each movie
- โค Like movies (and see the rating change!)
- โ Delete movies you no longer want
- ๐ Filter movies by your favorite genre
- โก Navigate throught multiple pages if there's many movies, for a clearer display
- ๐ฑ Responsive design, displays properly on mobile, desktop, tablet, etc.
- Create Stateless/Stateful Functional/Class Components
- Create reusable Components
- Composing Components
- Event handling
- Conditional Rendering
- Debugging
- State manipulation
- Style the App and make it responsive