Skip to content

erandro/Click-Thing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

Clicky-Thingy

This is a Web-Clicking game using React. The images are from the amazing illustrator Jerry Liu.

Table of Contents

Folder Structure

This is the project structure:

Click-Thing/
  README.md
  click-thing/   
    node_modules/
    yarn.lock
    package.json
    public/
      favicon.ico
      index.html
      favicon.ico
    src/
      App.css
      App.js
      images.json
      index.css
      index.js
      components/
        Card/
          Card.css
          Card.js
          index.js
        Container/
          Container.css
          Container.js
          index.js
        Navbar/
          index.js
          Navbar.css
          Navbar.js

For the project to build, these files must exist with exact filenames:

  • public/index.html is the page template;
  • src/index.js is the JavaScript entry point.

You can delete or rename the other files.

How does it work

This is a clicking game were the player click image card. each click the images will change place and the player will get a point. The player should click on each image only once. If the player should click on the same image card- the score will turn to zero.

This app uses React and all the cards are actually a single component multiplied by 12. The cards are implanted with images and randomly shuffled each time the user click.

Installation

Clone

  • Clone this repo to your local machine.

Setup

on your terminal go to the root and install the package first

$ yarn install

then you can run the app on your localhost

$ yarn start

Deployment

Authors

About

A memory-clicking game using React. The images are from the amazing illustrator "Jerry Liu".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published