Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/gaureshpai/movieland
- Owner: gaureshpai
- Created: 2025-01-28T22:45:44.000Z (13 days ago)
- Default Branch: main
- Last Pushed: 2025-01-29T00:06:46.000Z (13 days ago)
- Last Synced: 2025-01-29T00:25:09.864Z (13 days ago)
- Topics: html-css-javascript, react, reactjs
- Language: CSS
- Homepage:
- Size: 883 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.**