This is a create react app using react hooks
Allow us to get movies, get movies details and search for movies.
ESLint using Airbnb styleguide
sass
without any frameworks
To get started developing right away:
Create an .env
file in the root of the project with the following information
- REACT_APP_ENV =
dev
- REACT_APP_API_URL =
https://api.themoviedb.org/3
- REACT_APP_API_KEY =
your API key
- install all project dependencies with
npm install
- start the development server with
npm start
- axios
- eslint-config-airbnb
- moment
- node-sass
- prop-types
- query-string
- react
- react-dom
- react-helmet
- react-rating
- react-router-dom
- react-scripts