Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.2 KB

File metadata and controls

28 lines (21 loc) · 1.2 KB

js-quiz-application-function-prototype

This project is a simple quiz application developed using HTML, CSS, and JavaScript. The CSS styles are crafted using Sass, leveraging SCSS for better organization and maintainability. The project follows a functional approach for object creation, utilizing JavaScript prototypes to structure and manage application logic effectively.

Project Purpose

This project is created solely for educational and practice purposes. It aims to demonstrate and enhance skills in front-end web development, focusing on interactive user interfaces, JavaScript functionality, and prototype-based programming. The application presents users with a series of questions and answer options, providing a straightforward examination experience.

Technologies Used

Getting Started

  1. Clone the repository:
    git clone https://github.com/your-username/your-project.git
    cd your-project
  2. Install dependencies:
    npm install
  3. Compile Sass files:
    npm run scss
  4. Open public/index.html to view the project in the browser.