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

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.

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