A Netflix Search Engine to find cross-country titles. Check out Here
Clone this repo and move to the project folder
git clone https://github.com/stoicsleuth/Ciwi
cd ciwi
Install the projects dependencies, listed in package.json using yarn.
yarn install
Copy the .env.example
file and modify it if required, to change the API URL
cp .env.example .env
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!