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.
- Clone and open the repo
npm install
npm run dev
- Add your MovieDB API key in environment variable
VITE_API_KEY=<YOUR_API_KEY>
- 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 withVITE_