untappd-svelte
is a frontend demo application built with Svelte. This demo fetches and displays data from the Untappd API (through Untapi), which is available at https://untappd.sebdev.be. The application displays user stats, beers, badges, and checkins in a table format.
To get this project up and running on your local machine, you'll need to clone the repository and install the required dependencies. Follow these steps:
Open your terminal and run the following command to clone the repository:
git clone https://github.com/SebastiaanWouters/untappd-svelte.git
Once cloned, navigate into the project directory:
cd untappd-svelte
Run the following command to install the necessary npm packages:
npm install
After installing the dependencies, you can start the development server with the following command:
npm run dev
Open your web browser and go to http://localhost:5173
to see the application in action.