No tooling, framework, or library: just a quiz for fun. 🎯
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