ikbalcaus / BlitzQuiz

Quiz game built with React.js and Express.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BlitzQuiz

Quiz game built with React.js and Express.js

Project Setup

Download Node.js, and install the necessary modules inside client directory and server directory separately

cd client
npm install
cd server
npm install

Start application in development mode

Server

cd server
node app.js

Client

cd client
npm start

Screenshots

Support

Star this repository ⭐
Follow me on Github and Linkedin
Share this project with other people

About

Quiz game built with React.js and Express.js

License:MIT License


Languages

Language:JavaScript 99.3%Language:HTML 0.6%Language:CSS 0.2%