Movie data (images, titles, ratings, release dates, descriptions) fetched from TMDb as JSON.
To use, visit (https://filmforage.netlify.app/) - Simply enter film name in search bar and get your results.
Create React App Boilerplate, React-Icons, Styled-Components
Querying API data with input parameters, displaying results based on input query, conditionally changing layout elements based on events
Shoaib (Aib) Syed – @LinkedIn – [email protected]
- Fork it (https://github.com/AibSyed/film-forage/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request