Skip to content

revyrob/insuranceQuiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤔 Insurance Fundamental Quiuz and Questions

A full-stack application for new insurance brokers to help test and prepare for the Insurance Fundamental Quiz. The user can select the number of questions they would like to practice and randomized questions will populate the quiz. When the user checks through the stored questions the questions will always be produced in the same order but the reponses will randomize so that the user has to focus on the true response and not on the order.

Tools ⚒️

  • React.js
  • Node.js
  • Express
  • Axios
  • Sass
  • React-router-dom
  • Deployed 🚀

    https://insurance-quiz.netlify.app/

    📽️ Images/Gif 📸

    insurance React App - Google Chrome 2023-03-20 11-36-36

    🛠️ Installation Steps:

    1. To start using this app you first need to clone the repository:

      git clone [email protected]:revyrob/insuranceQuiz.git

    2. Then you will need to install all the required packages for the application. Run this command (if you're using npm):

      npm i

    3. cd into each folder (react and server) and run npm install within each folder to install all the dependencies for the frontend and backend.

      cd insurance-backend npm i ..cd cd insurance-frontend npm i ..cd

    4. Navigate back to the root folder so that you can and run npm run dev to start the frontend and backend simultaneously.

      npm run dev

    Still Working On 👩‍💻

  • Letting the user add a question
  • Adding ids for each question so that they can be easily deleted and editting in the future
  • Creating a subdomain within my domain for the site
  • Create Jest tests for it
  • Test it with new and old insurance brokers
  • About

    Fullstack insurance fundamental practice quiz

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published