A Svelte version of my guessing game which I previously created using vanilla JavaScript on Worldoweb
New Svelte 5 Guessing Game 2024
Clone the project
git clone https://github.com/ridgey28/svelte-guessing-game.git
Go to the project directory
cd svelte-guessing-game
Install dependencies
pnpm install
Start the server
pnpm run dev
Client: Svelte 5, Daisy UI, TypeScript, TailwindCSS
Server: Node