Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yanbrasiliano/yanbrasiliano.github.io

My portfolio, built with Vue 3 and Tailwind CSS, showcases my projects and skills with a modern, responsive design. It leverages the power of Vue 3 for dynamic, interactive content and Tailwind CSS for a sleek, customizable layout.
https://github.com/yanbrasiliano/yanbrasiliano.github.io

javascript portfolio-website vue vue3

Last synced: about 4 hours ago
JSON representation

My portfolio, built with Vue 3 and Tailwind CSS, showcases my projects and skills with a modern, responsive design. It leverages the power of Vue 3 for dynamic, interactive content and Tailwind CSS for a sleek, customizable layout.

Awesome Lists containing this project

README

        

# Portfólio Yan Penalva

My Personal Page 😊
Access: [penalva.me](https://www.penalva.me/#/)

## Features

- Simple and responsive design
- [Vue.js v3](https://vuejs.org) with [Vue Router](https://router.vuejs.org)
- [Tailwind CSS v3](https://tailwindcss.com)
- Theme Switcher with Dark Mode
- Composition API
- Bundler Vite.js

### Want to try it out or change it for yourself? Follow the commands below:

1. ##### Clone the repo:

```
git clone [email protected]:yanbrasiliano/yanbrasiliano.github.io.git
```

3. ##### Open the project folder:

```
cd /yanbrasiliano.github.io
```

4. ##### Install packages and dependencies:

```
npm i
```

5. ##### Start a local dev server at `http://localhost:5000`:

```
npm run dev
```