Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ha-nabi/portfolio

Swift를 사용한 웹 페이지 포트폴리오
https://github.com/ha-nabi/portfolio

portfolio swift website

Last synced: 2 months ago
JSON representation

Swift를 사용한 웹 페이지 포트폴리오

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
```