An open API service indexing awesome lists of open source software.

https://github.com/hvu-dev/personal-profile

Building a simple profile page to understand how Svelte works
https://github.com/hvu-dev/personal-profile

css html nodejs sveltejs

Last synced: 5 months ago
JSON representation

Building a simple profile page to understand how Svelte works

Awesome Lists containing this project

README

          

# Personal Profile
Learning Svelte from scratch.

I create this project to have a general view on how to (really) implement a Svelte project. I like the idea how it handles "state" directly using variables instead of `useState` in ReactJS or `useSignal` in SolidJS. I'm not an Front End expert therefore Svelte really brings a straightforward implementation sense, which is, in my opinion, a big win for me to build something fast.

The data I'm using in this project is included in this repository: https://github.com/HuyVQ18411c/personal-profile-data and published using: https://jsonplaceholder.typicode.com/