Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```