Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abdulvahabaa/movie-app

Built with React.js for the user interface, Appwrite for the Trending Movies Algorithm, and styled with TailwindCSS.
https://github.com/abdulvahabaa/movie-app

appwrite movie-web-app reactjs tmbd-api vite

Last synced: about 19 hours ago
JSON representation

Built with React.js for the user interface, Appwrite for the Trending Movies Algorithm, and styled with TailwindCSS.

Awesome Lists containing this project

README

        

# A Movie Application


react.js
appwrite
tailwindcss

## 📋 Table of Contents

1. 🤖 [Introduction](#introduction)
2. ⚙️ [Tech Stack](#tech-stack)
3. 🔋 [Features](#features)
4. 🔖 [Quick Start](#quick-start)

## 🤖 Introduction

Built with React.js for the user interface, Appwrite for the Trending Movies Algorithm, and styled with TailwindCSS.

## ⚙️ Tech Stack

- React.js
- Appwrite
- Tailwind CSS

## 🔋 Features

👉 **Browse All Movies**: Explore a wide range of movies available on the platform.

👉 **Search Movies**: Easily search for specific movies using a search function.

👉 **Trending Movies Algorithm**: Displays trending movies based on a dynamic algorithm.

👉 **Modern UI/UX**: A sleek and user-friendly interface designed for a great experience.

👉 **Responsiveness**: Fully responsive design that works seamlessly across devices.

and many more, including code architecture and reusability

## 🔖 Quick Start

Follow these steps to set up the project locally on your machine.

**Prerequisites**

Make sure you have the following installed on your machine:

- [Git](https://git-scm.com/)
- [Node.js](https://nodejs.org/en)
- [npm](https://www.npmjs.com/)

**Cloning the Repository**

```bash
git clone https://github.com/abdulvahabaa/movie-app.git
cd movie-app
```

**Installation**

Install the project dependencies using npm:

```bash
npm install
```

**Set Up Environment Variables**

Create a new file named `.env.local` in the root of your project and add the following content:

```env
VITE_IMDB_API_KEY=

VITE_APPWRITE_PROJECT_ID=
VITE_APPWRITE_DATABASE_ID=
VITE_APPWRITE_COLLECTION_ID=
```

Replace the placeholder values with your actual **[TheMovieDatabase API](https://developer.themoviedb.org/reference/intro/getting-started)** and **[Appwrite](https://appwrite.io/)** credentials. You can obtain these credentials by signing up on the [TheMovieDatabase](https://developer.themoviedb.org/reference/intro/getting-started) and creating a new project on the [Appwrite](https://appwrite.io/) dashboard.

**Running the Project**

```bash
npm run dev
```

Open [http://localhost:5173](http://localhost:5173) in your browser to view the project.

That's it! You should now be able to browse and search for movies using the provided features.

**Note**: Make sure to replace the placeholder values in the `.env.local` file with your own API keys and credentials.