Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/prasanaworld/boxgame

Box - Game ( A simple UI Game using REACT + ES6 + LESS)
https://github.com/prasanaworld/boxgame

Last synced: about 1 month ago
JSON representation

Box - Game ( A simple UI Game using REACT + ES6 + LESS)

Awesome Lists containing this project

README

        

# Box Game using React, ES6 and Less

- Followed the Industry standard best practise.
- Used [Atomic-Design](https://medium.com/@yejodido/atomic-components-managing-dynamic-react-components-using-atomic-design-part-1-5f07451f261f) principle (atoms, molecules and organism)
- Adopted LESS - [BEM Methodoly](https://en.bem.info/methodology/quick-start/) for styling the components

## Installation Steps
- `git clone [email protected]:prasanaworld/BoxGame.git`
- `cd BoxGame`
- `npm install`
- `npm start`
- `Navigate to http://localhost:8080/ in the browser`

## Screenshots
- Game mode
![Gameplay](https://github.com/prasanaworld/BoxGame/blob/master/screenshots/gameplay.png)
- Winning Mode
![Win](https://github.com/prasanaworld/BoxGame/blob/master/screenshots/Win.png)
- Try Again
![try again](https://github.com/prasanaworld/BoxGame/blob/master/screenshots/lose.png)