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.
- Host: GitHub
- URL: https://github.com/hamawebdev/movies-app
- Owner: hamawebdev
- Created: 2025-01-25T23:30:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-25T23:37:02.000Z (over 1 year ago)
- Last Synced: 2025-02-04T19:42:12.371Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 2.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.