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.
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.
- Sass: CSS preprocessor to customize Bootstrap variables and add custom styles (https://sass-lang.com/)
- Clone the repository:
git clone https://github.com/your-username/your-project.git cd your-project
- Install dependencies:
npm install
- Compile Sass files:
npm run scss
- Open public/index.html to view the project in the browser.