https://github.com/networkflux/movie-library
https://github.com/networkflux/movie-library
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/networkflux/movie-library
- Owner: NetworkFlux
- Created: 2025-02-26T15:55:12.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-02-26T15:58:52.000Z (3 months ago)
- Last Synced: 2025-02-26T16:46:45.604Z (3 months ago)
- Language: JavaScript
- Homepage: https://movie-library-alpha.vercel.app
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
![]()
![]()
![]()
A Movie Library Application
## 📋 Table of Contents
1. 🤖 [Introduction](#introduction)
2. ⚙️ [Tech Stack](#tech-stack)
3. 🔋 [Features](#features)
4. 🤸 [Quick Start](#quick-start)Built with React.js for the user interface, Appwrite for the Trending Movies Algorithm, and styled with TailwindCSS. The Movie Library is a platform for discovering and exploring movies! This web application allows users to search for movies, view detailed information, and stay up-to-date with the latest releases, all powered by the Movie Database API.
Visit the app by going here: https://movie-library-alpha.vercel.app/
- 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
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/) (Node Package Manager)**Cloning the Repository**
```bash
git clone https://github.com/NetworkFlux/Movie-Library
cd Movie-Library
```**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://apwr.dev/)** 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://apwr.dev/)
**Running the Project**
```bash
npm run dev
```Open [http://localhost:5173](http://localhost:5173) in your browser to view the project.