The code that powers my personal portfolio on nico.dev.
This website is packed with countless hours of open source contributions. That's why I decided to publish the whole source code under the MIT License.
In other words: you are free to use it for anything you want:
github.com/nico-martin/nico.dev/
This app uses the following libraries:
- Preact v8.4.2: A small but powerful frontend framework.
- Preact router v2.6.1: A preact-component that handles URLs and the browser history.
- idb v4.0.3: An IndexedDB abstraction that works with JavaScrip Promises
This app can also be used offline by using a ServiceWorker powered by WorkboxJS
For this project I created a Tool that parses any Google Spreadsheet and returns a JSON Endpoint:
Needless to say that this tool is open source as well.