Skip to content
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.

gazedash/MoviesWith

Repository files navigation

MoviesWith is a web app that allows you to quickly search movies with your favorite actors. The main feature is that you can search by actors that starred together. Movies addded to favorites are stored in localStorage.

MoviesWith MoviesWith

This project was bootstrapped with Create React App.

Below you will find some information on how to perform common tasks.
You can find the most recent version of this guide here.

Make sure to get an API key from The Movie Database (TMDb) and place it in scr/api/secret.ts like so: echo "export default 'YOUR_TOKEN';" >> src/api/secret.ts