Learning new technologies (Svelte, Less, Vite, Vitest, Playwright) and applying them through a simple web app.
Github Copilot for code completion; ChatGPT for asking questions
Learning new technologies (Svelte, Less, Vite, Vitest, Playwright) and applying them through a simple web app.
Github Copilot for code completion; ChatGPT for asking questions
I shipped the project and got the payout!
Log in to leave a comment
I built a calculator. It was challenging learning new technologies including Svelte reactivity and integrating test harnesses into the project. I am glad the reactivity works and all tests, including component and unit tests pass.
Edited the styling, using Less, to make it look better
Log in to leave a comment
Added a theme toggle using Svelte’s reactivity system and CSS variables. Wrote tests that cover most cases.
Log in to leave a comment
Wrote component tests and unit tests which all pass
Log in to leave a comment
In order to learn more about new frameworks and technologies, I have written a simple grid using Svelte and Less. Furthermore, I have set up a the testing framework Vitest for unit tests and Playwright for end-to-end testing. While this is just the most boring calculator app imaginable, I hope learning these tools will allow me to make more production ready apps in the future.
Log in to leave a comment