Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ikbalcaus/blitzquiz

Quiz game built with React.js and Express.js
https://github.com/ikbalcaus/blitzquiz

expressjs mui nodejs reactjs sqlite3

Last synced: 3 days ago
JSON representation

Quiz game built with React.js and Express.js

Awesome Lists containing this project

README

        

# BlitzQuiz

Quiz game built with React.js and Express.js

## Project Setup

#### Download [Node.js](https://nodejs.org/en), and install the necessary modules inside client directory and server directory separately

```sh
cd client
npm install
```

```sh
cd server
npm install
```

## Start application in development mode

#### Server

```sh
cd server
node app.js
```

#### Client

```sh
cd client
npm start
```

## Screenshots

![](/screenshots/1.png)
![](/screenshots/2.png)
![](/screenshots/3.png)
![](/screenshots/4.png)
![](/screenshots/5.png)
![](/screenshots/6.png)
![](/screenshots/7.png)
![](/screenshots/8.png)

## Support
Star this repository :star:
Follow me on [Github](https://github.com/ikbalcaus) and [Linkedin](https://www.linkedin.com/in/ikbalcaus/)
Share this project with other people