MovieMoods is a web application that uses various technologies to provide a unique movie experience.
- React: A JavaScript library for building user interfaces.
- Redux: A Predictable State Container for JS Apps.
- Material UI: A popular React UI framework.
- Axios: Promise based HTTP client for the browser and node.js.
- Alan AI: Voice AI Platform.
To install the dependencies, run the following command:
npm install
To start the application, use the following command:
npm start
To run tests, use the following command:
npm test
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the terms of the MIT license.
Please note that this project was bootstrapped with Create React App.