Bingo Game is an interactive web application built with Svelte. It allows users to create, edit, and save their Bingo games with a customizable board size and their own set of words. The game board is generated with random word placement, and players can click on the fields to mark them as completed. The game also supports saving, editing, and deleting configurations, which are stored locally in the browser using localStorage.
To run the project locally, follow the steps below:
Install Node.js:
If you don't have Node.js installed, download and install it from nodejs.org.
Clone the repository:
Clone the repository to your local machine using Git:
git clone https://github.com/Guliveer/Bingo-SvelteKit
Install dependencies:
Navigate to the project directory and install the necessary dependencies using npm:
cd Bingo-SvelteKit
npm install
Run the application:
Start the development server using the following command:
npm run dev
You can also host the application on a live server (like Vercel or Netlify) by following the deployment instructions for SvelteKit or by clicking the button below: