Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ha-nabi/portfolio
Swift를 사용한 웹 페이지 포트폴리오
https://github.com/ha-nabi/portfolio
portfolio swift website
Last synced: 2 months ago
JSON representation
Swift를 사용한 웹 페이지 포트폴리오
- Host: GitHub
- URL: https://github.com/ha-nabi/portfolio
- Owner: ha-nabi
- Created: 2024-08-25T17:57:23.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-27T06:23:03.000Z (5 months ago)
- Last Synced: 2024-10-11T22:50:18.848Z (3 months ago)
- Topics: portfolio, swift, website
- Language: Swift
- Homepage:
- Size: 1.75 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web Portfoilo
Built in Swift using [SwifWeb](https://github.com/swifweb/web)## :sparkles: Summary
Swift를 사용한 포트폴리오 웹사이트
## 📸 Screenshot
https://github.com/user-attachments/assets/38b4f62d-ff77-46e7-ba3c-0e8a8009a2c5
## 🤔 Experiences
- SwiftWeb을 사용하여 Swift코드만 작성해 웹페이지 구축
- SwiftWasm을 통해 WebAssembly를 사용하여 Swift로 작성된 코드를 웹 환경에서 구현
- CSS 스타일 시트를 Swift 코드로 작성하여, Dynamic Island, Dock 등 iOS의 UI/UX 요소를 웹으로 구현
## 🏃 Run Project (Local)
```sh
$ brew install swifweb/tap/webber
$ webber serve
```