Hey, Thanks for popping by to my "Movie Sharing" app :)
What I am attempting to achieve is to create an app which works in a similar way to Netflix.
I have used:
- React Js on the front-end,
- Firebase to deploy,
- Axios for handling api requests
I followed the steps below to to have a kind of a workflow
- Created a fresh React projects
- Created an account on TMDB and got the API key
- Set-up Firebase hosting
- Get ALL MOVIES from API
- Built Rows (as a component)
- Built the banner