Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/prasanaworld/boxgame
- Owner: prasanaworld
- Created: 2017-11-23T18:19:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-04T17:27:38.000Z (almost 7 years ago)
- Last Synced: 2024-10-13T22:29:59.986Z (2 months ago)
- Language: JavaScript
- Size: 142 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)