Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/drewdomi/drewdomi-homepage

My personal website and portfolio. That's a showcase of my work as a WEB developer, featuring projects that highlight my expertise as a Developer.
https://github.com/drewdomi/drewdomi-homepage

astro daisy daisyui drewdomi fronte homepage landing-page mdx portfolio tailwindcss

Last synced: 28 days ago
JSON representation

My personal website and portfolio. That's a showcase of my work as a WEB developer, featuring projects that highlight my expertise as a Developer.

Awesome Lists containing this project

README

        

# Andrew Domingues - Homepage

[https://drewdomi.com](https://drewdomi.com)

![BANNER](public/card.png)

## 💻 Stack

- Astro
- TailwindCSS
- DaisyUI
- MDX

## 🚀 Estrutura do projeto

```text
│
├── public/
│ └── favicon.svg
├── src/
│ ├── components/
│ │ └── Card.astro
│ ├── content
│ │ └── projects
│ │ └── cruz-vermelha.mdx
│ ├── icons
│ │ └── astro.svg
│ ├── layouts/
│ │ └── Layout.astro
│ └── pages/
│ └── index.astro
└── package.json
```