Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/slydragonn/minimalist-portfolio

Minimalist Portfolio made with Astro
https://github.com/slydragonn/minimalist-portfolio

astro javascript minimalist portfolio portfolio-website

Last synced: 2 days ago
JSON representation

Minimalist Portfolio made with Astro

Awesome Lists containing this project

README

        

# Minimalist Portfolio
Single page portfolio made with [Astro](https://astro.build/)

![Minimalist Portfolio](/images/web.png)

## Demo
View a live demo: [slydragonn.velcel.app](https://slydragonn.vercel.app)

## Clone:
```
git clone https://github.com/slydragonn/minimalist-portfolio.git
```

## Install:

```
npm install
```

## Run:
```
npm run dev
```

## Project Struture
```
├── src/
│ ├── components/
│ │ ├── Button.astro
│ │ ├── Footer.astro
│ │ ├── Navbar.astro
│ │ ├── ProjectCard.astro
│ │ ├── SkillCard.astro
│ │ └── Title.astro
│ ├── pages/
│ │ └── index.astro
├── public/
│ ├── favicon.svg
│ ├── design.svg
│ ├── dragon.png
│ ├── email.svg
│ ├── external-link.svg
│ ├── python.svg
│ └── server.svg
├── astro.config.mjs
├── package.json
├── .gitignore
├── README.md
└── tsconfig.json
```

## Components

**Button:**
```

```

**Title:**
```

```

**SkillCard:**
```

```

**ProjectCard:**
```

```

## Deploy
You can deploy this site on your favorite static hosting service such as Vercel, Netlify, GitHub Pages, etc.