rubinj30 / esbuild-test-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Portfolio

I started creating a sample app with esbuild to familiarize myself with the API, but then decided to use this site for a simple portfolio.

Getting Started

npm install

To run the dev server:

npm run dev

Todo/ideas:

  • setup dev server - already separated build scripts, but need to setup Koa or something similar
  • deploy
  • Theme-switcher:
    • update to use icons
    • have detect browser theme
  • Find a fun JS library to mess around with
  • Use github API to pull repos, or at least some stats to show off in a charting library
  • Think of good structure for different pages
  • Setup favicon
  • Add photo
  • ditch react-icons and handle assets with esbuild
  • setup custom router

Tech used:

About


Languages

Language:JavaScript 63.4%Language:CSS 32.2%Language:HTML 4.4%