mellomaths / starwarsplanetgame

SPA built with React and Materialize consuming the Star Wars API

Home Page:https://starwarsplanetgame.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Star Wars Planet Game

It's a React Single Page Application that shows data like climate and terrain from a random planet from the Star Wars Universe. Deployed on Heroku's server, see the app running in the web by clicking here. For CSS, the app uses the Materialize responsive front-end framework.

You should join some friends and make them guess what planet it's shown based on the information you have.

This application consumes data from the SWAPI.

Quick start

Running locally

Clone the repository

git clone https://github.com/mellomaths/starwarsplanetgame.git
cd starwarsplanetgame

Install dependencies

npm install

Or with Yarn

yarn install

Start the development server

npm start

Or with Yarn

yarn start

About

SPA built with React and Materialize consuming the Star Wars API

https://starwarsplanetgame.herokuapp.com/


Languages

Language:JavaScript 73.9%Language:HTML 24.2%Language:CSS 1.9%