Skip to content

Casting ReCall is a movie guessing game whereto guess the name of movies based on the actors who starred in them. Written in ReactJS/SASS, this front end fetches data from the corresponding back end server and The Movie Database.

Notifications You must be signed in to change notification settings

matthewcsimpson/CastingRecall-v1-Frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Casting Recall - A Movie Guessing Game

Can you guess the movie based on the cast? That's the hook of Casting ReCall. The game presents you with six cast lineups, and you have ten guesses to get them all!

This game was built using React.js, React Router, JavaScript, HTML, SCSS, and Axios and is currently deployed at https://castingrecall.herokuapp.com

Related

Here is the back end API for this project:

Casting ReCall - Node.js Back End

Run Locally

  1. Once you have cloned this repository make sure to run npm i to install any dependancies you might be missing.
  2. Make sure you download castingcall-server and do the same.
  3. You will need an api key for The Movie Database, which you can create at their developer site.

Environment Variables

To run this project, you will need to add the following environment variables to your .env file.

You will need to provide a TMDB API key.

TMDB

REACT_APP_TMDB_KEY={YOUR TMDB KEY GOES HERE} REACT_APP_TMDB_SEARCH_URL=https://api.themoviedb.org/3/search/movie?adult=false&region=US REACT_APP_TMDB_MOVIE_SEARCH_URL=https://api.themoviedb.org/3/movie/ REACT_APP_TMDB_GENRE_DETAILS=https://api.themoviedb.org/3/genre/movie/list

api

REACT_APP_API_REMOTE_URL={YOUR DEPLOYMENT HERE}

Screenshot

App Screenshot

Author

About

Casting ReCall is a movie guessing game whereto guess the name of movies based on the actors who starred in them. Written in ReactJS/SASS, this front end fetches data from the corresponding back end server and The Movie Database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published