https://github.com/phptuts/currency-convertor-demo
https://github.com/phptuts/currency-convertor-demo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/phptuts/currency-convertor-demo
- Owner: phptuts
- Created: 2020-05-29T22:28:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-21T02:29:54.000Z (almost 4 years ago)
- Last Synced: 2025-03-16T13:44:38.355Z (over 1 year ago)
- Language: HTML
- Size: 647 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learn Svelte by building a currency convertor project
## Outline
- Introduction to svelte in the REPL (video 1)
- What is component
- What are props
- DOM Events
- Reactivity
- Installing Svelte + Dependencies (video 2)
- Tour of svelte
- Clean Up
- Install svetlestrap and gh-pages
- Form Component & App (vidoe 3)
- Svelte Strap Docs + builing the form
- Api Requests (vidoe 4)
- list of currencies
- conversion rates
- Calculating the currency (video 5)
- Using events to pass data to parent component
- Reactivity with changing the drop
- Requesting the new currency rate
- Store / Saving State (video 6)
- Store Example
- Saving preferences in the store with localstorage
- Publishing to github (video 7)
- Rollup Config + ssh keys