Jo-GyuHyeon / bingo

2019 Summer Coding 왓챠(Watcha) 개별 과제 Bingo (React, Redux)

Home Page:https://regyubingo.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bingo

programmers 2019 summercoding [Watcha] work. Accessible demo site https://regyubingo.netlify.com//

About

The [bingo] project was produced using React.js, Redux technology. The bingo game consists of two players, and each player's bingo table is shuffleed.

Bingo game rules, where the horizontal, vertical, and diagonal lines are marked in a row, increase the number of bingo times, and the complete bingo list is displayed on the screen in order.

This bingo game is composed of two players, but logic is implemented so that users can operate without major modification even if they increase.


Core Technology

Following technologies are used in this project (some are omitted)

Frontend

  • React
  • Redux
  • redux-actions
  • immer
  • Sass
  • create-react-app

Getting started

These instructions will get you a copy of the project up and runing on your local machine for development and testing purposes.

Prerequisites

Develop environment

  • Node.js 10^
  • npm 6.4.1^

Installing

  1. Clone the project from the github repository

     git clone https://github.com/Jo-GyuHyeon/bingo.git
     cd bingo
    
  2. Install local dependencies

     npm install
    

Development and Run

For the development environment, you have to run two kind of scripts.

  1. run following command from the bingo

      npm start
    

Run screen

image

Questions?

If you have any questions, leave an email to kuhyun1993@gmail.com

Authors

  • regyu - Jo Gyu Hyeon

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

About

2019 Summer Coding 왓챠(Watcha) 개별 과제 Bingo (React, Redux)

https://regyubingo.netlify.com/


Languages

Language:JavaScript 79.3%Language:CSS 15.3%Language:HTML 5.4%