Svelte Ticker is a simple web application that fetches the current exchange rate of USD to KRW from an API and displays it on the page. The application is built using the Svelte framework and ChatGPT and provides a minimalist interface to showcase the exchange rate. I built it based on my other project, Currency Ticker with Dark/Light Mode with JS modules.
git clone https://github.com/your-username/svelte-ticker.git
cd svelte-ticker
npm install
npm run dev
This will start the application and provide a local development server accessible at local host.