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

https://github.com/hamawebdev/movies-app

A sleek and modern movie application built with React.js, Appwrite, and Tailwind CSS. Perfect for browsing, searching, and discovering trending movies.
https://github.com/hamawebdev/movies-app

Last synced: about 1 year ago
JSON representation

A sleek and modern movie application built with React.js, Appwrite, and Tailwind CSS. Perfect for browsing, searching, and discovering trending movies.

Awesome Lists containing this project

README

          

# Moodflix 🎬

A sleek and modern movie application built with **React.js**, **Appwrite**, and **Tailwind CSS**. Perfect for browsing, searching, and discovering trending movies.

---

## Features ✨

- **Browse Movies**: Explore a wide range of movies.
- **Search Functionality**: Easily find your favorite movies.
- **Trending Movies**: Dynamic algorithm to showcase trending movies.
- **Responsive Design**: Works seamlessly on all devices.
- **Modern UI/UX**: Clean and user-friendly interface.

---

## Tech Stack 💻

- **Frontend**: React.js
- **Backend**: Appwrite
- **Styling**: Tailwind CSS

---

## Quick Start 🚀

1. **Clone the Repository**:
```bash
git clone https://github.com/JavaScript-Mastery-Pro/moodflix.git
cd moodflix
```

2. **Install Dependencies**:
```bash
npm install
```

3. **Set Up Environment Variables**:
- Create a `.env.local` file and add your API keys for **TheMovieDatabase** and **Appwrite**.

4. **Run the Project**:
```bash
npm run dev
```
- Open `http://localhost:5173` in your browser.