Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.18 KB

README.md

File metadata and controls

46 lines (35 loc) · 1.18 KB

Wycliffe Discovery Center Quiz

A quiz application for rotunda panel in Wycliffe's very own Discovery Center.

Demo

Click the link below to see a simple demo of the application. Note that because the actual application uses a touch screen, the cursor will not be visible and the full application will more naturally fit its screen.

Watch the Video!

Technologies Used

A full-stack MERN Application

  • Mongodb
  • Express
  • React
  • Node.js for Raspbian OS on Rasberry Pi with 24 inch 1080x1920 Elotouch-screen.

React Components

react-idle Semantic-ui Victory animation

To Run Locally

Make sure you have Node.js and Nodemon installed.

git clone https://github.com/saintwycliffe/mern-discovery.git # or clone your own fork
cd mern-discovery
npm install
cd client
npm install
npm run build
cd ..
nodemon

Your app should now be running on localhost:3000.

Deploying to Heroku

heroku create
git push heroku master
heroku open