Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 691 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 691 Bytes

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_