Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/yanbrasiliano/yanbrasiliano.github.io
- Owner: yanbrasiliano
- License: mit
- Created: 2022-11-06T13:22:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-15T13:45:25.000Z (5 months ago)
- Last Synced: 2024-06-15T14:28:47.732Z (5 months ago)
- Topics: javascript, portfolio-website, vue, vue3
- Language: Vue
- Homepage: https://www.penalva.me/
- Size: 20 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```