Just wanted to share React project I have been working on while practising the fundamentals.
I built a Movie Explorer app where you can search movies by title and filter them by genre. It dinamically calsulates stats and click SHOW DETAILS opens up a modal with more information about selected movie.
I mainly built it to practice state, props, callbacks and passing data between components. Still a few things I could probably improve but very happy with how it turned out 🙂
Next up I will be learning about apis so I am looking forward to eventualy replacing the hardcoded movie data with real data from an API.