Skip to content

shayaan-git/FilmOriel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Create React App

🎬 Filmoriel

  • Movie Finder App.
  • A simple React.js frontend that fetches movie data using the OMDB API.

Movie App (React + OMDb API)

👨🏻‍🏫📎 Instructions

Clone the Repository

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!)

OR (Quick way)

🔧 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

Uses OMDb API to fetch movies.