Skip to content

An IMDB like movie database made with ReactJS using TMDB API.

Notifications You must be signed in to change notification settings

nimone/react-imdb

Repository files navigation

A completely responsive IMDB like movie database made with ReactJS using TMDB API. Browse popular titles and search across your favourite movies & tv series here.

Movie/Tv Series page: Title page screenshot

Search: Search page screenshot

Actor's Info: Actor's info screenshot


Technologies used 🛠️

  • React - Front-End JavaScript library
  • Windi CSS - Next generation utility-first CSS framework.
  • Vite - Frontend Tooling

Run Locally

  1. Clone this repo
git clone https://github.com/nimone/react-imdb && cd react-imdb
  1. Install project dependecies
npm install
  1. Get your API key from The MovieDB and put it in .env file:
VITE_TMDB_API_KEY=Your_API_Key_here
  1. Build the project and start a local server
npm run build && npm run serve

Or, run a development server using npm run dev


Data Sources

The data for this project is generously provided by the following api/sources:

About

An IMDB like movie database made with ReactJS using TMDB API.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published