Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anthonydibi/dibiagg.io
My personal website
https://github.com/anthonydibi/dibiagg.io
chakraui nodejs postgresql react
Last synced: 1 day ago
JSON representation
My personal website
- Host: GitHub
- URL: https://github.com/anthonydibi/dibiagg.io
- Owner: anthonydibi
- Created: 2022-07-01T00:51:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-22T03:17:58.000Z (25 days ago)
- Last Synced: 2024-10-23T04:40:17.880Z (24 days ago)
- Topics: chakraui, nodejs, postgresql, react
- Language: JavaScript
- Homepage: https://dibiagg.io
- Size: 13.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dibiagg.io
All of the code related to **[dibiagg.io]**, my personal website. The exception is my web-based **[Deathball clone]**, which links from my site but has its own repository. I am always looking to refactor and improve my code so let me know if you have any ideas or find any issues!
[Deathball clone]: https://github.com/anthonydibi/deathball-clone
[dibiagg.io]: https://dibiagg.io
## Project Structure
```
dibiagg.io
├── client | Front end
│ ├── _posts | Markdown blog post content
│ ├── public | Static assets (images, PDF)
│ └── src
│ ├── components | Reusable React components
│ ├── hooks | Custom React hooks
│ ├── pages | Routing
│ ├── services | APIs/interfaces
│ └── styles | CSS/Theming
├── README.md
└── server | Backend
└── api.js | Sets up Express server for Deathball, Graffiti
```## Codebase Visualization
courtesy of [repo-visualizer](https://github.com/githubocto/repo-visualizer)
![Codebase visualization](./diagram.svg)