Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/slydragonn/minimalist-portfolio
- Owner: slydragonn
- Created: 2023-05-24T00:52:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-04T02:47:56.000Z (5 months ago)
- Last Synced: 2024-12-17T05:34:00.971Z (about 2 months ago)
- Topics: astro, javascript, minimalist, portfolio, portfolio-website
- Language: Astro
- Homepage: https://slydragonn.vercel.app/
- Size: 157 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.