Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/germondai/portfolio
Germond's Portfolio in Nuxt 3 (Vue.js)
https://github.com/germondai/portfolio
nodejs nuxt portfolio vuejs
Last synced: about 1 month ago
JSON representation
Germond's Portfolio in Nuxt 3 (Vue.js)
- Host: GitHub
- URL: https://github.com/germondai/portfolio
- Owner: germondai
- License: mit
- Created: 2024-05-05T21:00:33.000Z (8 months ago)
- Default Branch: dev
- Last Pushed: 2024-08-27T20:19:27.000Z (4 months ago)
- Last Synced: 2024-08-27T22:09:40.732Z (4 months ago)
- Topics: nodejs, nuxt, portfolio, vuejs
- Language: Vue
- Homepage: https://germondai.com
- Size: 2.19 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Germond's Portfolio
### **Welcome** to my **Personal Portfolio**! ๐
Here, you'll find a **showcase** of my **skills**, **experiences**, and the **technologies** I use, presented across multiple sections including **About**, **Timeline**, and **Work**
The **Work** section features a list of **projects** that each includes a link to its **live demo**, so you can take more **detailed look**
Additionally, there's a **contact form** connected to an **API**, that stores **data** directly into a **database**
**Thank you** for visiting my **portfolio**. Feel free to **reach out** through the **contact** form for any **questions** or **collaborations**!
## โก๏ธ Features
**Overview**
- Modern UI Design
- Fully Responsive
- Form Validations
- SEO Optimization
- Custom Components
- Well Organized Documentation**Effects & Animations**
- Holo Tilt
- Parallax
- Reveal
- Flare
- Float## ๐ง Built With
**Technologies**
- Nuxt 3
- Vue 3
- Vite
- Node.js
- TailwindCSS
- TypeScript**Modules**
- VueUse
- Vue I18n
- VeeValidate## ๐ ๏ธ Installation Instructions
Requirements
- ๐ฆ Node Package Manager (pnpm - recommended)
**Install and run as dev**
```bash
pnpm install
pnpm run dev
```**Build project**
```bash
# for static deployment
pnpm generate# for server deployment
pnpm build
```## ๐งน Linting
This project utilizes Prettier and ESLint for code formatting and style consistency
```bash
# Check for linting errors and warnings
pnpm lint# Automatically fix linting errors and warnings
pnpm lintfix
```---
Made with โค๏ธ by
@germondai