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
- Host: GitHub
- URL: https://github.com/hvu-dev/personal-profile
- Owner: hvu-dev
- Created: 2023-09-24T06:45:30.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-01-21T07:43:40.000Z (over 2 years ago)
- Last Synced: 2025-04-03T05:31:57.576Z (about 1 year ago)
- Topics: css, html, nodejs, sveltejs
- Language: Svelte
- Homepage: https://personal-profile-e502b.web.app
- Size: 5.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/