Quizzy is the capstone project for computing-related major at the University of Melbourne.
The aim of the project is to build an application that allow users to store important quizzes that assist their revision for university subjects.
The project is built upon MERN stack, using React.js for frontend development, Node.js + Express.js for backend development, and MongoDB as database.
To install and set up in a local enviroment
- Clone the repository
- Install dependencies using
npm install
command - Run the web app using
npm start
command