Skip to content

tlockhart/spidey-click

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spidey-Click


This project is a simple memory game. Players earn points by clicking an image of a Spidey character from the Spider-Man series. The player looses if they click a character more than once. The player wins if they click all 12 characters only once. The highest score is displayed on the screen after each round.

Demo

*https://tlockhart.github.io/spidey-click/

Setup

In order to run the app, you will need to clone this repository and install all required technologies listed below.

Required Technologies

  1. Node.js LTS
  2. NPM
  3. Git & Git Bash

NPM Modules Used

  1. react
  2. react-dom
  3. react-scripts

Installation Steps

  1. Open Bash and Clone the Spidey-Click repo
  2. Install all required technologies
  3. [Optional] In Bash, change the current directory to the spidey-click directory and install create-react-app module using the following command:
    1. npm install -g create-react-app
  4. Next install all modules from the package.json, using the following command:
    1. yarn init [Enter]

Execute Program

  1. In Bash, enter the following command in the spidey-click directory, to start the server.
    1. yarn start [ENTER]
  2. The application will open your browser and run the app in test mode:
    1. http://localhost:3000

Use

This repo is available for public non-commercial use only.

Goal

The goal of this project is to create and deploy a React app that manipulates JSON data. The UI is broken into components, that manages state, and responds to user events.

About

A simple memory game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published