Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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. 🎯

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.git

cd 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
```