Skip to content

A-amon/Portfolio

Repository files navigation

Portfolio

This is a portfolio site that mimic Windows interface (but a simpler version) 😂
And Slack application (Also a simpler version)

Warning: Best view in desktop size as Slack app/modal is not responsive

Inspired by Vscode Portfolio by Itsnitinr
⬆ You should totally check it out. It's so cool compared to mine!

Features

  • Navigate between different routes/pages in Slack app 🔃
  • Easily CRUD projects and channels by editing data/index.json ✏
  • Submit form without any backend code (Using Netlify Form) 😉

Note (s)

If you are using React + Netlify Form without Server Side Rendering (SSR)

Refer this
I used the second method which is via Fetch API to implement the feature 😀

Check out dev branch to learn more about the development

Interesting packages used