Letterboxd is a film reviewing web app that allows you to rate films and save your reviews in a diary. You can also save a watch list or make customized lists. And follow other people to see what they've been watching.
Clone this project locally and run:
npm install
To start the project on port 3000 and view it in your browser run:
npm start
You also need to run the backend locally by following the steps in the backend repo.