Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 750 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 750 Bytes

かなくいぞ (kana-quiz)

A clone of Tofugo Kana Quiz

What's going on?

This is really just a chance to play around with a few different libraries that I'd like a bit more familiarity with such as:

  • Jotai - Primitive and flexible state management for React using atoms, inspired by recoil
  • Zustand - A small, fast and scalable bearbones state-management solution using simplified flux principles. Has a comfy API based on hooks, isn't boilerplatey or opinionated.

Getting Started

First, run the development server:

bun dev

Open http://localhost:3000 with your browser to see the result.