🔗 You can check out our project live here : https://quizhut.herokuapp.com/
The website was built using ReactJS & Bootstrap 4.0, and it uses Google Firebase's Firestore as a back-end to store and serve data dynamically.
- Users can sign up and create an acount by providing the required credentials.
- Upon signing in, the users can create a quiz, or take a quiz created by others by using a unique quiz ID generated from the creation of another quiz.
- Users can also view & export reports for the quizzes they have set.
- Users can check their past quiz scores in their profile.
git clone https://github.com/svishakan/OOAD-Project.git
cd OOAD-Project/quiz-app/
- Fill the empty ENV.txt with the API keys obtained from the following:
- Create a Project in https://console.firebase.google.com/
- Obtain the enviroinment varibles for your project - Reference Here
- Create an account in EmailJS.com
- Obtain the enviroinment Variables for EmailJS - Reference Here
- Add a HMAC key to your file.
- Store the the now filled ENV.text as a .env file in the same directory.
npm install
npm start
The App should be open in your browser now. If not, then paste this in your browser
localhost:<PORT>/
The port for React-App is generally 3000, if not, check your terminal and use the port number specified there.
The Software Documentation of the project consists of different UML diagrams that explain and illustrate the design and thought process that went behind the implementation of this project.
Kindly show us some ❤️ by ⭐ing this repository! Thanks! The project is also open to contributions from others, so if you're interested, you can get in touch with us! 😃
QuizHut Logo made by Freepik from Flaticon.com.