- Instructions
- Dependencies
- Details
To get started with this project follow below steps
- Clone or download this repo.
- Run
npm installto start installing required dependencies. - While necessary dependencies are being installed, issue your api key from The Movie and replace this key in
secrets.jsfile located in/srcfolder.
const secrets = {
moviedb_api: 'YOUR_API_KEY_HERE'
}
export default secrets;
- Now we have everything needed just run
npm startand a new tab will automatically open in your default browser. In case if it doesn't the server will be started onlocalhost:3000
- React
- The MovieDB API
- React-router-dom
- Material UI
Note: This project was started from scratch by using create-react-app
This project was made for movie lovers and who loves to know latest information about movies and peoples. You can know more about movie by clicking the title of movie. You can search for movie or people and result will be displayed instantly.
Happy Learning Happy Coding