MovieRama is a framework-free, Vanilla JS web application that allows you to discover and search for movies. It provides a user-friendly interface for browsing a vast collection of movies and viewing their details.
To get started with MovieRama, follow these steps:
- Clone the repository to your local machine:
git clone https://github.com/jjtsou/MovieRama.git
- Navigate to the project directory
cd MovieRama
- Install the project dependencies using npm
npm install
Once you have installed the dependencies, you can run the development server to start using MovieRama:
npm run dev
This will start the development server, and you can access MovieRama in your web browser at http://localhost:5173/.
- Discover a wide range of movies.
- Search for movies by title or keywords.
- View detailed information about each movie.
- Enjoy a user-friendly and responsive design.
Contributions are welcome! If you'd like to contribute to MovieRama, please follow these steps:
- Fork the repository on GitHub.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push your changes to your fork.
- Create a pull request to submit your contribution.
This project is licensed under the MIT License - see the LICENSE file for details.
Happy movie browsing with MovieRama!