movieboxd is a letterboxd
copy app made with the purposes of improving React, Typescript and UI skills.
- Create account and login
- Add movies to favorites and/or watchlist
- Log review for movies
- Clone the repository
git clone https://github.com/colomeramonica/movieboxd && cd movieboxd
- Install dependencies
npm install && cd server/ && npm install
- Run code
npm run dev && cd server/ && npm run dev