shofi384 / QuizBase

The first group project in CSC.33600-Database Systems course that builds a platform for creating quizes and share knowledge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To Run from Cloning:

// Have Node.js/npm installed on host machine
// Run the app with the following command:
    $ cd ./QuizeBase
    $ npm install
    $ npm start

Instruction: Build from Scratch

Assuming the node/npm installed on local machine followed from here https://github.com/facebook/create-react-app
$ npm init react-app quizbase
$ cd quizbase
$ npm start
// $ npm test // Runs tests related to files changed since the last commit
// $ npm Build // Builds the app for production to the build folder
// It correctly bundles React in production mode and optimizes the build for the best performance

About

The first group project in CSC.33600-Database Systems course that builds a platform for creating quizes and share knowledge


Languages

Language:JavaScript 65.9%Language:HTML 19.0%Language:CSS 15.1%