https://github.com/messiinter/js-quizzes
A simple JavaScript quizzes program.
https://github.com/messiinter/js-quizzes
javascript js quiz quizzes
Last synced: about 1 year ago
JSON representation
A simple JavaScript quizzes program.
- Host: GitHub
- URL: https://github.com/messiinter/js-quizzes
- Owner: MessiInter
- License: mit
- Created: 2023-08-07T16:03:39.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-12T07:07:30.000Z (almost 3 years ago)
- Last Synced: 2025-03-04T06:48:20.686Z (over 1 year ago)
- Topics: javascript, js, quiz, quizzes
- Language: JavaScript
- Homepage: https://npmjs.com/package/js-quizzes
- Size: 36.1 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# js-quizzes
[](https://npmjs.com/package/js-quizzes?activeTab=versions)
[](https://npm.im/js-quizzes)
[](https://npm.im/js-quizzes)
[](https://packagephobia.now.sh/result?p=js-quizzes)
[](https://github.com/MessiInter/js-quizzes)
A simple JavaScript quizzes program.
##
Try it now:
```bash
$ npx js-quizzes@latest # via npx
```
```bash
$ pnpm dlx js-quizzes@latest # via pnpm
```
Install globally:
```bash
$ npm install -g js-quizzes@latest # via npm
```
```bash
$ pnpm add -g js-quizzes@latest # via pnpm
```
##
# Requirements:
Node.js: 16.0.0 or higher (can be latest version).
Package manager: npm (v7.10.0 or higher), pnpm (recommend, v6 or higher). (Not supported on yarn).
##
# Manully install:
Clone the repository:
```bash
$ git clone https://github.com/MessiInter/js-quizzes.git # clone the repo
```
```bash
$ cd js-quizzes # change directory to js-quizzes
```
Install dependencies:
```bash
$ npm install # install dependencies (via npm)
```
```bash
$ pnpm install # via pnpm (recommend)
```
Link package:
```bash
$ npm link # link package to global (via npm)
```
```bash
$ pnpm link -g # via pnpm (recommend)
```
##
# Note:
Not supported on yarn.
##
# License:
Program license: MIT.
##
See License on LICENSE file.