https://github.com/zahnx/letterboxd
Letterboxd-Zahn is a simple web app where users can log movies they've watched and write reviews. It focuses on personal movie tracking rather than discovery, allowing users to rate and reflect on their watched films.
https://github.com/zahnx/letterboxd
Last synced: 11 months ago
JSON representation
Letterboxd-Zahn is a simple web app where users can log movies they've watched and write reviews. It focuses on personal movie tracking rather than discovery, allowing users to rate and reflect on their watched films.
- Host: GitHub
- URL: https://github.com/zahnx/letterboxd
- Owner: zahnx
- Created: 2025-03-13T10:53:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-13T11:26:04.000Z (over 1 year ago)
- Last Synced: 2025-06-29T05:34:24.820Z (12 months ago)
- Language: JavaScript
- Homepage: https://letterboxd-zahn.vercel.app
- Size: 326 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Letterboxd-Zahn - Movie Review App
## Description
Letterboxd-Zahn is a simple web app where users can log movies they've watched and write reviews. It focuses on personal movie tracking rather than discovery, allowing users to rate and reflect on their watched films.
## Live Demo
🔗 **[View Letterboxd-Zahn Live](https://letterboxd-zahn.vercel.app/)**
## Tech Stack
- HTML
- CSS
- JavaScript (ES6+)
- React.js
## Installation
To run this project locally, follow these steps:
```bash
# Clone this repository
git clone https://github.com/zahnx/letterboxd.git
# Navigate to the project folder
cd letterboxd
# Install dependencies
npm install
# Start the development server
npm start