/portfolio

Primary LanguageTypeScript

Portfolio made with React and Chakra UI

Info

App dashboard and Website DEPRECATED

Unfortunately, Heroku has suspended their free-tier, which I was using to host this website.

Screenshots

Here's what it looks like because nobody will clone and build and run this.

Gallery

whitemode

darkmode

Contact

contactwhite

contactwhite

Docker command for running inside an iamge on my raspberry pi

docker container run \
    --rm \
    --detach \
    --publish 3000:3000 \
    --name portfolio-dev \
    portfolio:dev

For some reasons, this is automatically published under my other domain thatshau.com/portfolio which is another instance of gh-pages, either way, I'm not complaining about free hosting.