A test assignment where I had to create this virtual movie shop.
React 18.2.0
Once you have everything installed and running, let's clone this repository and open its folder. No change to any files should be required.
git clone https://github.com/caickdias/dot-movies-shop.git
cd dot-movies-shop
Then run npm install to install dependencies
npm install
Once you get your private API for TMDB, create a .env
file in the root of your project and add the following line
REACT_APP_API_KEY='YOUR API KEY'
Then, just run:
npm start
React: React is a free and open-source front-end JavaScript library for building user interfaces based on UI components.