A movie search app that consumes an external API to display data.
Stack:
- React
- Styles with Styled Components
- Clone this repo by running
git clone https://github.com/swagatobag2000/box-office.git
- Install dependencies by running
npm install
- Run
npm run start
Deployed to github pages:
-
Open
package.json
and change homepage from"https://swagatobag2000.github.io/box-office"
to"https://YOUR_USERNAME.github.io/REPOSITORY_NAME"
-
Run
npm run deploy