Features include:
Alan works as an in-app voice assistant for the Filmpire project.
Try clicking on the blue mic icon on the bottom right of the page and try saying, "Search Batman" or "Make it light/ Make it dark" or say "Surprise me".
To get a local copy up and running follow these simple steps.
List of things you need to use and how to install them:
npm install npm@latest -g
Setup:
git clone https://github.com/ShubhamSKadam/filmpire-AI_Powered_Movie_App.git
npm install
Note: If you get the peer dependency error :
npm install --legacy-peer-deps
.env
file as it is instructed in .env.example
.Enter your TMDB API key in your .env
.
REACT_APP_TMDB_KEY=<put your key here>
For more detailes regarding TMDB API calls, please refer to the Documentation.
See the open issues for a full list of proposed features (and known issues).
Contributions are what makes the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. Don't forget to give the project a star⭐! Thanks again!