Skip to content

Wycliffe-USA/mern-discovery

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.4%
  • CSS 20.1%
  • HTML 8.5%