Business Card webapp
Ever wanted your own online business card?
You haven't had the time yet to develop it on your own or you don't know how to do it?
Then feel free to use this template application. It is developed in Svelte/Sapper and can be statically and cheap hosted e.g. with Google Firebase.
Check out my running website as example: https://lukasweichselbraun.com
Highlights
- Hostable with static files
- Responsive web application for any device
- Personal data is easily configurable
- Social media linkings
- Features hidden pages for restricted audiences (e.g. for private addressings)
- Focus on performance and best practices
- Lean and elegant design
Used Technology
- Svelte/Sapper (web application)
- Tailwind (CSS framework)
Getting started
- Download repo
- Adapt the config file './src/components/PersonConfig.svelte'
- Add your desired picture into the folder './static/'
- Try it locally with 'npm run dev'
- Add any hidden pages if needed. Enter '007' at the code page and hit the 'Go' button for an instruction.
- Generate static hosting files with 'npm run export'
- Deploy your application