Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fonsecaj/js-vanilla-quiz
No framework, or library: just a vanilla JavaScript quiz for fun. 🎯
https://github.com/fonsecaj/js-vanilla-quiz
bun es6 javascript quiz
Last synced: 30 days ago
JSON representation
No framework, or library: just a vanilla JavaScript quiz for fun. 🎯
- Host: GitHub
- URL: https://github.com/fonsecaj/js-vanilla-quiz
- Owner: fonsecaj
- Created: 2024-10-11T07:14:25.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-16T12:01:46.000Z (3 months ago)
- Last Synced: 2024-10-20T12:51:25.353Z (3 months ago)
- Topics: bun, es6, javascript, quiz
- Language: CSS
- Homepage: https://triviascript.netlify.app/
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# js-vanilla-quiz
No tooling, framework, or library: just a quiz for fun. 🎯
## How to run the app locally
First, install the project:
```
git clone https://github.com/fonsecaj/js-vanilla-quiz.gitcd js-vanilla-quiz
bun install
```> [!NOTE]
> If you don't have `bun` installed, you can install it using `curl -fsSL https://bun.sh/install | bash`.
>
> More info on https://bun.sh/Then, start the app:
```
bun run dev
```