ChatGPT help me a lot during create this simple app.
I know I am newbie in programming, but if I have a dream I have to make it true.
This is just simple multiple choise question app, create using latest Svelte 4 and Svelte Kit.
In this project I learn so many thing like:
- How to create API end point
- How to load data from sqlite database
- How to show the data on the web page
- How to set array data
- How to create sqlite database
- How to convert csv to sqlite database
Thank you so much for visiting my repo.
How to run this app
- Clone it
- Install it
npm install
- Run it
npm run dev.