Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bigjk/virtualcard
Virtual business cards
https://github.com/bigjk/virtualcard
mithril resume-website vite webdevelopment
Last synced: about 2 months ago
JSON representation
Virtual business cards
- Host: GitHub
- URL: https://github.com/bigjk/virtualcard
- Owner: BigJk
- Created: 2023-10-07T14:34:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-07T15:09:07.000Z (over 1 year ago)
- Last Synced: 2023-10-08T15:37:43.833Z (over 1 year ago)
- Topics: mithril, resume-website, vite, webdevelopment
- Language: TypeScript
- Homepage: https://daniel-schmidt.me/
- Size: 283 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# virtualcard
![Screenshot](.github/screenshot.png)
## About
Business cards on paper are so 20th century. ``virtualcard`` is my simple virtual business card page. Cards are designed with web technologies. You can rotate them with your mouse or finger to see the back side.
I came up with the idea because I like the compact format of business cards, but I don't want to be locked in to a specific design for too long. With ``virtualcard`` I can change the design whenever I want.
Demo on my [website](https://daniel-schmidt.me).
## Technology
- Bundler: ``vite``
- Framework: ``mithril``
- CSS: ``tachyons`` + ``goober`` for some css-in-js sprinkles## Future
- [ ] Make card creation framework-agnostic
- [ ] Make cards definable outside of this repo
- [ ] List cards in a gallery
- [ ] PWA support to add it to home screen