This project is implemented using Svelte. Learn more about Svelte here.
The svelte-search project allows you to fetch data from the following sources:
These data can be displayed either in a table format or as a chart. The chart is created using the Chart.js library (Chart.js).
The layout is implemented using Bootstrap. You can find more information about Bootstrap here.
Users can utilize filters (Game, Version, Country) to explore more precise data.
TIP: If you simply want to familiarize yourself and test the functionality of the application, please use this link: Vercel Deployment |
---|
Once you've created a project and installed dependencies with npm install
(or pnpm install
or yarn
), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open