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.