- This project was bootstrapped with Create React App.
- Movie Finder App.
- A simple React.js frontend that fetches movie data using the OMDB API.
git clone https://github.com/shayaan-git/Movie-App.git
cd Movie-App
# How to Run
1. Clone the repo
2. Run `npm install`
3. π Step 4: Create a .env File in root folder
βͺ_Add-in: REACT_APP_API_KEY=your_own_key_here ( # Make sure this key matches your actual API key, I used OMDB apikey.)
4. Run `npm start` ( # It should open http://localhost:3000 in your browser with your app running!)
π§ Quick Test Script (Optional)
For Linux/Mac/Git Bash users:
βͺ bash run-demo.sh
It will:
βͺ Create a folder test-movie-app
βͺ Clone your repo inside it
βͺ Set up .env
βͺ Install everything
βͺ Start the app