Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gaureshpai/movieland

A sleek and modern movie browsing platform powered by the IMDb API. Explore your favorite movies, search by title, and enjoy a seamless movie experience!
https://github.com/gaureshpai/movieland

html-css-javascript react reactjs

Last synced: 12 days ago
JSON representation

A sleek and modern movie browsing platform powered by the IMDb API. Explore your favorite movies, search by title, and enjoy a seamless movie experience!

Awesome Lists containing this project

README

        

# 🎬 **MovieLand** 🌟

A sleek and modern movie browsing platform powered by the **IMDb API**. Explore your favorite movies, search by title, and enjoy a seamless movie experience!

![MovieLand Logo](./public/android-chrome-192x192.png)

## 🚀 **Features**
- 🔎 **Search Movies**: Instantly search for any movie by title.
- ⭐ **Detailed Movie Info**: View information such as title, release year, and Poster.
- 📱 **Responsive Design**: Fully optimized for desktop and mobile.
- ⚡ **Fast and Intuitive**: Powered by the **IMDb API** for real-time data.

## 🛠️ **Tech Stack**
- **Frontend**: React.js, CSS
- **Backend**: Node.js
- **API**: IMDb API

## 🖥️ **How to Run Locally**
Follow these steps to set up the application:

### 1️⃣ Clone the Repository
```bash
git clone https://github.com/gaureshpai/movieland.git
cd movieland
```

### 2️⃣ Install Dependencies
```bash
npm install
```

### 4️⃣ Start the Application
```bash
npm start
```
Your application will be live at: `http://localhost:3000`

## 🌟 **Future Enhancements**
- 📝 Add a "Favorites" section to save user preferences.
- 🎥 Integrate video trailers for movies.
- 🌐 Support for multiple languages.

## 🤝 **Contributing**
We welcome contributions! Follow these steps to contribute:
1. Fork the repository.
2. Create a new branch: `git checkout -b feature-name`.
3. Commit your changes: `git commit -m "Add feature"`.
4. Push to the branch: `git push origin feature-name`.
5. Open a pull request.

This project was inspired by the tutorial from [JavaScript Mastery](https://youtu.be/b9eMGE7QtTk?si=q8ZD19MH7raWw1TS). A big thank you for the amazing content!

**Enjoy MovieLand! 🍿 Your gateway to the cinematic world.**