This is a Sveltekit app that generates a random advice using the adviceslip api. This was a react project and I just rebuild the app with Sveltekit for fun 🥳, you can see the react project here.
For this project, I used the following technologies:
To run this project, follow these steps:
Clone this project
npm install
to install the dependencies and node_modules.
npm run dev
to start the application.
to make your changes go to ./src/routes/+page.svelte
.
You can check out the final result of this project here.