Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kubrianity/game-of-art
A react game for art lovers
https://github.com/kubrianity/game-of-art
bootstrap css3 html5 javascript reactjs
Last synced: 30 days ago
JSON representation
A react game for art lovers
- Host: GitHub
- URL: https://github.com/kubrianity/game-of-art
- Owner: Kubrianity
- License: mit
- Created: 2022-12-22T22:49:52.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-21T16:38:56.000Z (about 1 year ago)
- Last Synced: 2024-11-07T09:36:09.486Z (3 months ago)
- Topics: bootstrap, css3, html5, javascript, reactjs
- Language: JavaScript
- Homepage: https://game-of-art.onrender.com/
- Size: 198 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# game-of-art
Game of Art is a game for art lovers who love to test their knowledge about visual arts.
It was built with React.js and Bootstrap CSS framework.
Link for this project is [here](https://game-of-art.onrender.com/)
## Installation
Clone the repository
```
git clone https://github.com/Kubrianity/game-of-art.git
```
Change the directory and install dependencies
```
cd game-of-art
```
```
yarn
```
Start running the server
```
yarn start
```