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.
- React - Front-End JavaScript library
- Windi CSS - Next generation utility-first CSS framework.
- Vite - Frontend Tooling
- Clone this repo
git clone https://github.com/nimone/react-imdb && cd react-imdb
- Install project dependecies
npm install
- Get your API key from The MovieDB and put it in
.env
file:
VITE_TMDB_API_KEY=Your_API_Key_here
- Build the project and start a local server
npm run build && npm run serve
Or, run a development server using
npm run dev
The data for this project is generously provided by the following api/sources: