https://publicapisbrowser.netlify.app/
A very simple web-app to browse the amazing collection of APIs at https://github.com/public-apis/public-apis, using it's API interface present at https://api.publicapis.org/, made in Svelte in few hours.
Install the dependencies...
cd svelte-app
npm install
...then start Rollup:
npm run dev
Navigate to localhost:5000. You should see your app running. Edit a component file in src
, save it, and reload the page to see your changes.