Here is a working live demo: https://filmpire123.netlify.app/ https://www.loom.com/share/c9d8cb0a34454cbc9450d0e24d520420
Filmpire is an innovative and user-friendly movie web application that utilizes the power of AI to provide a seamless movie-watching experience. With Filmpire, movie enthusiasts can easily discover an extensive collection of movies across various categories and genres.
To get this project up and running in your development environment, follow these step-by-step instructions.
We need to install or make sure that these tools are pre-installed on your machine:
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/DevTaehong/Filmpire.git
# Go into the repository
$ cd Filmpire
# Install dependencies
$ npm install
# Run the app
$ npm startNote If you're using Linux Bash for Windows, see this guide or use
nodefrom the command prompt.
Want to contribute? Great!
To fix a bug or enhance an existing module, follow these steps:
- Fork the repo
- Create a new branch (
git checkout -b improve-feature) - Make the appropriate changes in the files
- Add changes to reflect the changes made
- Commit your changes (
git commit -am 'Improve feature') - Push to the branch (
git push origin improve-feature) - Create a Pull Request
If you find a bug (the website couldn't handle the query and / or gave undesired results), kindly open an issue here by including your search query and the expected result.
If you'd like to request a new function, feel free to do so by opening an issue here. Please include sample queries and their corresponding results.