Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/carlosjorger/carlosjorger.github.io

A personal website portfolio made with Astro from scratch. Its deployed in github page
https://github.com/carlosjorger/carlosjorger.github.io

astro css developer-portfolio frontend github html html-css html5 island-architecture javascript js mit-license portfolio portfolio-site portfolio-website repository responsive responsive-design tailwind tailwindcss

Last synced: 19 days ago
JSON representation

A personal website portfolio made with Astro from scratch. Its deployed in github page

Awesome Lists containing this project

README

        

# carlosjorger.github.io

A personal full responsive website porfolio deploy in [github page](https://carlosjorger.github.io/) made in Astro and using tailwindcss.

## 🖥️ Demo

![demo](public/images/demo1.webp)
![demo](public/images/demo2.webp)

## 📱 Mobile Demo

| | | |
| :-------------------------------: | :-------------------------------: | :-------------------------------: |
| ![demo](public/images/demo3.webp) | ![demo](public/images/demo4.webp) | ![demo](public/images/demo5.webp) |

## 💁 Why?

This proyect is made with the objetive of showing my work and skills as a software developer.

## 🧰 Tools

- Astro
- HTML
- CSS
- Tailwind
- Prettierrc
- Typescript

## 🧞 Commands

All commands are run from the root of the project, from a terminal:

| Command | Action |
| :--------------------- | :----------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:3000` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
| `npm run astro --help` | Get help using the Astro CLI |