npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

kuiz-adventure-mega

v1.0.5

Published

3+ Years of Educational Quizzes for Malaysian Primary School Students

Readme

Kuiz Adventure MEGA

3+ Years of Educational Quizzes for Malaysian Primary School Students

⚠️ Note: Some quiz questions are still under review and checking. Content accuracy is being continuously improved.

Features

  • 🎯 Multi-Profile System - Track progress for multiple students
  • 📚 Comprehensive Content - Bahasa Malaysia and Mathematics questions
  • 📊 Real-time Analytics - Performance tracking and progress reports
  • 📱 PWA Ready - Works offline on mobile devices
  • 🎮 Gamified Learning - XP, coins, and streaks to motivate students
  • 📈 Progress Export - Download detailed analytics in CSV format

Installation

Quick Install (Global) - Recommended

Install globally to use anywhere on your system:

npm install -g kuiz-adventure-mega
kuiz-adventure

Then open your browser to http://localhost:8000

Note: This package is designed for global installation only. Always use the -g flag when installing.

🎉 Desktop Shortcut: After installation, a shortcut will be created on your desktop:

  • macOS: Kuiz Adventure.command - Double-click to launch
  • Windows: Kuiz Adventure.bat - Double-click to launch
  • Linux: kuiz-adventure.desktop - Double-click to launch

Prerequisites

  • Node.js 14.0.0 or higher
  • npm (usually comes with Node.js)

Platform-Specific Setup

Windows

  1. Open Command Prompt (cmd.exe) (not PowerShell)
  2. Navigate to your project directory
  3. Run the commands below

macOS/Linux

  1. Open Terminal
  2. Navigate to your project directory
  3. Run the commands below

Install and Run from Source

  1. Clone or download this repository

    git clone https://github.com/lewbei/pemulihan_qui.git
    cd pemulihan_qui
  2. Install dependencies:

    npm install
  3. Start the application:

    Windows (cmd.exe):

    node serve.js

    macOS/Linux:

    npm start
    # or
    node serve.js
  4. Open your browser and navigate to:

    http://localhost:8000/kuiz_game.html
  5. Stop the server:

    • Press Ctrl+C in the terminal
    • The server will shut down gracefully
    • Closing the terminal window also stops the server

Development

Available Scripts

  • npm start - Start the production server
  • npm run dev - Start development server (same as start)
  • npm run serve - Alternative way to start the server
  • npm test - Run tests (placeholder for future tests)
  • npm run lint - Run linting (placeholder for future linting)
  • npm run build - Build the project (currently no build step needed)

Development Mode

For development with auto-restart, you can use nodemon:

npm install -g nodemon
nodemon serve.js

Project Structure

├── kuiz_game.html          # Main application entry point
├── kuiz-styles.css         # Application styles
├── manifest.json           # PWA manifest
├── serve.js               # Express server
├── js/                    # JavaScript modules
│   ├── main.js           # Main application logic
│   ├── core/             # Core utilities
│   └── data/             # Data management
├── scripts/              # Legacy scripts
├── kp/                   # Educational content
│   ├── bm/              # Bahasa Malaysia content
│   ├── math/            # Mathematics content
│   └── skills.js        # Skills definitions
├── assets/              # Static assets
└── service-worker.js    # PWA service worker

Usage

  1. Create Student Profiles - Add multiple students with custom avatars
  2. Select Subject and Level - Choose BM or Math at appropriate difficulty
  3. Start Quiz Session - Answer 10 questions per session
  4. Track Progress - View analytics, streaks, and performance metrics
  5. Export Reports - Download detailed progress reports

Technology Stack

  • Frontend: Vanilla JavaScript (ES6 Modules), HTML5, CSS3
  • Backend: Node.js with Express
  • Storage: LocalStorage (client-side)
  • PWA: Service Worker, Web App Manifest
  • Analytics: Custom tracking system

Contributing

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Add tests if applicable
  5. Submit a pull request

License

MIT License - see LICENSE file for details

Support

For issues and questions, please use the GitHub issue tracker.