The shoppies is a movie app that was built for the Shopify intern front-end challenge. It is built with React, animations made with CSS and Gsap library. It also uses Styled components for styling. Movies are coming from the OMDB api (https://www.omdbapi.com/).
To install the app, you need to get a free api key (https://www.omdbapi.com/apikey.aspx). You can also view it and use it directly here: https://movie-app-iota-three.vercel.app/
- Fork this repository, then clone your fork of this repository.
- Install dependencies using the
npm install
command. - Create a
.env
file and add your api key this way:REACT_APP_OMDB_API="[yourkeyhere]"
. - Start the web server using the
npm start
command. - Go to http://localhost:3000/ in your browser.
UI of the app:
Mobile version of the app: