JDRGit / pharmacy-quiz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pharmacy Tech - Quiz Whiz

Pharmacy Tech - Quiz Whiz is a web application that provides a fun and interactive way for pharmacy technicians to test their knowledge with custom quizzes. Users can select from various categories, such as pharmacy tech math, pharmacy law, and interpreting prescription orders, to create a tailored learning experience.

Features

  • Multiple-choice quizzes with a variety of pharmacy technician topics.
  • Category selection to focus on specific areas of interest.
  • Interactive interface with feedback on answers.
  • Scoring system to track progress and performance.

Getting Started

These instructions will help you set up and run the project on your local machine.

Prerequisites

Make sure you have Node.js and npm installed on your system. You can download Node.js from here, and it comes with npm.

Installation

  1. Clone this repository:
git clone https://github.com/your-username/pharmacy-quiz.git
  1. Change to the project directory:
cd pharmacy-quiz
  1. Install the required dependencies:
npm install
  1. Start the development server:
npm start

The application will open in your browser at http://localhost:3000.

About


Languages

Language:JavaScript 41.9%Language:CSS 29.7%Language:HTML 28.3%