Skip to content

PrashantAmoli/MovieDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Discovery Web App

This React App is developed using React, CSS Modules, Movie DB API. No additional library was used. Project was intialized with Vite. It has modular design and responsive UI.

MovieDB

Usage:

  1. Clone and open the repo
  2. npm install
  3. npm run dev
  4. Add your MovieDB API key in environment variable VITE_API_KEY=<YOUR_API_KEY>

Tips:

  • Use Better Comments extension in VS Code see my highlighted comments(todo, important, etc).
  • Vite env varibles are used by adding import.meta.env.VITE_API_KEY. Variable name should start with VITE_