- Built with Vite, React, TypeScript.
- Deployed with Netlify and Netlify CLI
- Uses TMDB API
Environment variables are coming from Netlify
# npm run dev
#http://localhost:3000/
# Run the app with Netlify
# if you want environment variables saved in Netlify build environment to be available
# for example: if your Netlify functions use API keys saved as env vars in Netlify
netlify dev
# http://localhost:8888
netlify dev
will also take care of detecting and running the library/framework setup (React, CRA, Vite etc.); you do not need to run npm run dev
separately
- TMDB - The Movie DB
- TMDB API Docs
- Axios Docs
- Course Notes on TypeScript
- Favicon Generator. For real.
- Movie by WEBTECHOPS LLP from Noun Project (CC BY 3.0)
- Movie by TTHNga from Noun Project (CC BY 3.0)