Cinemeow
Cinemeow is a web app that provides movie recommendations and showcases movies with a cat theme. It uses Material UI for the UI design, Alan AI for voice commands, ReactJS for the frontend, and TMDB movie API for movie data. Features
Discover movies with a cat theme: Cinemeow recommends movies that feature cats prominently, or have a feline theme in their story.
Search and browse movies: You can search for movies by title or genre, and browse the movie collection by release date, rating, or popularity.
Get movie details: Cinemeow provides detailed information about each movie, including cast, crew, trailers, reviews, and ratings.
Voice commands: You can interact with Cinemeow using voice commands, powered by Alan AI. For example, you can ask Cinemeow to recommend a cat movie, or to show the trailer for a specific movie.
Save and share favorites: You can save your favorite movies to a list, and share them with your friends via social media.
Demo
You can try out Cinemeow at https://www.cinemeow.com. Installation
To run Cinemeow locally, you need to have Node.js and npm installed. Then, clone the repository and install the dependencies:
bash
git clone https://github.com/your-username/cinemeow.git cd cinemeow npm install
Next, create a .env file in the root directory, and add your TMDB API key and Alan AI credentials:
makefile
REACT_APP_TMDB_API_KEY=your-tmdb-api-key REACT_APP_ALAN_KEY=your-alan-key
Finally, start the development server:
sql
npm start
Contributing
Contributions are welcome! Please read the contribution guidelines for details. License
This project is licensed under the MIT License.