Skip to content

Vue.js-based movie search application that allows users to discover movie details and explore movie information with a responsive, mobile-friendly interface

License

Notifications You must be signed in to change notification settings

iNoles/MovieExplorer

Repository files navigation

MovieExplorer

MovieExplorer is a web application built with Vue.js, TypeScript, and Tailwind CSS that allows users to search for movies and view detailed information about them. It integrates with a movie API to fetch movie data and display it in an easy-to-use interface.

Features

  • Search for Movies: Users can search for movies by title.
  • Movie List: Display a list of movies with a poster, title, and release year.
  • Movie Details: View detailed information about a selected movie, including plot, genre, cast, and IMDb rating.
  • Responsive Design: Fully responsive, optimized for both desktop and mobile devices.

Tech Stack

  • Vue.js: JavaScript framework for building the user interface.
  • TypeScript: Type-safe JavaScript that improves code quality and maintainability.
  • Tailwind CSS: Utility-first CSS framework for building custom designs.
  • Movie API: API to fetch movie details and information.

Getting Started

To run this project locally, follow the instructions below:

1. Clone the Repository

git clone https://github.com/iNoles/MovieExplorer.git
cd MovieExplorer

2. Install Dependencies

Make sure you have bun installed. Then, run:

bun install

3. Run the Development Server

To start the development server and see the application in action:

bun run dev

Visit http://localhost:3000 in your browser.

Contributing

Contributions are welcome! Here's how you can help:

  1. Fork the repository.
  2. Create your feature branch (git checkout -b feature/YourFeature).
  3. Commit your changes (git commit -m 'Add YourFeature').
  4. Push to the branch (git push origin feature/YourFeature).
  5. Open a pull request.

About

Vue.js-based movie search application that allows users to discover movie details and explore movie information with a responsive, mobile-friendly interface

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •