https://github.com/timdehof/reelwatch
A web app that users can search for their favorite movies and add them to their personal watchlist
https://github.com/timdehof/reelwatch
appwrite appwrite-database nextjs tailwindcss
Last synced: 2 months ago
JSON representation
A web app that users can search for their favorite movies and add them to their personal watchlist
- Host: GitHub
- URL: https://github.com/timdehof/reelwatch
- Owner: timDeHof
- License: mit
- Created: 2023-05-20T20:06:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-26T03:41:57.000Z (6 months ago)
- Last Synced: 2024-11-26T04:28:43.526Z (6 months ago)
- Topics: appwrite, appwrite-database, nextjs, tailwindcss
- Language: TypeScript
- Homepage: https://reelwatch.vercel.app/
- Size: 829 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Roadmap: roadmap.md
Awesome Lists containing this project
README
Welcome to Reelwatch ๐ฌ
**Reelwatch** is where your movie watchlist dreams come to life! Built with love using Next.js, TypeScript, Tailwind CSS, and powered by Appwrite Cloud, we're here to bring you an enthralling experience tailored for movie buffs. Dive into a world where your favorite films are just a search away and creating a personal watchlist is easier than ever.
## ๐ Features
- **Endless Movie Search**: Powered by the TMDB API, find your next movie gem in a snap.
- **Your Watchlist**: Curate a personal list of must-watch movies.
- **Flawless on Any Screen**: Designed to look and work perfectly on any device.
- **Secure User Experience**: Log in confidently with top-notch security.
### ๐ [Embark on Your Movie Journey](https://reelwatch.vercel.app/)
## ๐ Getting Started
### Prerequisites
- npm >=5.5.0
- node >=12.0.0 (Recommended: Use the Latest LTS Version)
- yarn >= 3.6.0
- An account on [Appwrite.io](https://appwrite.io/) for backend services### ๐ Installation
1. **Clone the project to get started**:
Get the code on your local machine and install its dependencies.
```bash
git clone https://github.com/timDeHof/movie-nextjs-app.git
cd movie-nextjs-app
```
2. **Install dependencies**:```bash
npm install
# or if you use yarn
yarn
```3. **Set up your environment**:
Duplicate `.env.local.template` to `.env.local` and fill it with your keys.
```bash
NEXT_PUBLIC_APPWRITE_ENDPOINT="[APPWRITE_ENDPOINT]"
NEXT_PUBLIC_APPWRITE_PROJECT_ID="[APPWRITE_PROJECT_ID]"
NEXT_PUBLIC_APPWRITE_SERVER_API_KEY="[APPWRITE_SERVER_API_KEY]"
NEXT_PUBLIC_APPWRITE_DATABASE_ID="[APPWRITE_DATABASE_ID]"
NEXT_PUBLIC_APPWRITE_COLLECTION_ID="[APPWRITE_COLLECTION_ID]"
NEXT_PUBLIC_TMDB_MOVIE_KEY="[TMDB_MOVIE_KEY]"
```
4. **Fire up the development server**:
Launch the app and explore it on your local machine.
```bash
npm run dev
# or with yarn
yarn dev
```Visit [http://localhost:3000](http://localhost:3000) to see your application running.
## ๐งช Testing
Run the test suite to ensure everything is set up correctly:
```bash
npm test
# or
yarn test
```## ๐ก Contributing
Got ideas on how to make Reelwatch even better? We're all ears! Check out our
[contributing guide](https://github.com/timDeHof/movie-nextjs-app/blob/master/CONTRIBUTING.md) for more info on submitting pull requests.## โจ Show your support
Loved Reelwatch? Give it a โญ๏ธ! If you need help or want to suggest features, feel free to open an issue on the
[issues page](https://github.com/timDeHof/movie-nextjs-app/issues)## ๐ Meet the Creator
๐ค **Tim DeHof**
- Website: https://www.timdehof.dev/
- Github: [@timDeHof](https://github.com/timDeHof)## ๐ License
Copyright ยฉ 2023 [Tim DeHof](https://github.com/timDeHof).
This project is
[MIT](https://github.com/timDeHof/movie-nextjs-app/blob/main/LICENSE) licensed.---
_This README was generated with โค๏ธ by
[readme-md-generator](https://github.com/kefranabg/readme-md-generator)_