This project a simplified front end clone of Netflix. It is created with React and CSS (Grid and Flexbox). The MovieDB API is used to display the movie contents and search.
Following tools are used in the project, you can run:
- React
- Axios
- React Icons
- Styled Components
- Install dependencies: run
npm install
in root project - Get API key from here
- Create .env file in root project and add:
API_KEY=YOUR_API_KEY_HERE
- Run project:
npm run dev