A Simple Movie Application using React JS, allows the user to search movies and cast they want from the MovieDB API
For UI creation Styled Components were used
This is a responsive web application for viewing in both Mobile and Desktop.
Check out a live demo and try it for yourself: demo
git clone https://github.com/thawansilva/socialmovie.git
cd your_path/socialmovie
npm install
Step 4: Set your api key environment variable(.env). Get an api key from TheMovieDb
VITE_API_KEY=your_api_key
npm run dev
Copyright (c) 2023 Thawan Silva