zurda / hangman-films

Hangman game: guess the film (movieDB API, Typescript, React)
https://hangman-films.netlify.app/
6 stars 6 forks source link

Actions Status Actions Status Netlify Status

open issues help wanted issues open <img src="https://img.shields.io/twitter/follow/zur_da.svg?style=social&logo=twitter" alt="follow on Twitter">

Hangman React

Here's the project link

<img src="./hangman-react-screen.png" alt="Screen grab of game" width="500" />

Running locally

To run the project locally:

  1. Clone this repo
  2. cd into the project, and run yarn && yarn start
  3. You should see the project in http://localhost:3000/
  4. In order to view films you'll need to get an api key from MovieDB (this step shouldn't take more than a few minutes).
  5. Create an .env file in your root directory and set your key using this format: REACT_APP_MOVIEDB_API_KEY=PASTE_YOUR_KEY_HERE
  6. That's it! You should be in businees.

Contributions

This project is absolutely accepting pull requests (first-timers welcome!). Feel free to report bugs and suggest features by opening a new issue. Check out the open good first issues