- 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