A quiz application for rotunda panel in Wycliffe's very own Discovery Center.
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.
A full-stack MERN Application
- Mongodb
- Express
- React
- Node.js for Raspbian OS on Rasberry Pi with 24 inch 1080x1920 Elotouch-screen.
react-idle Semantic-ui Victory animation
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.
heroku create
git push heroku master
heroku open