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

https://github.com/lunnosmp4/portfoliov2

My new Portfolio made in VueJS
https://github.com/lunnosmp4/portfoliov2

portfolio

Last synced: about 1 month ago
JSON representation

My new Portfolio made in VueJS

Awesome Lists containing this project

README

        

# My Portfolio 🌐

Welcome to my portfolio! This project showcases my work and skills using modern web development technologies. Below you'll find a summary of the technologies used and some cool features of this project.

## 🚀 Technologies Used

- **Vue.js**: The Progressive JavaScript Framework.
- **GSAP**: GreenSock Animation Platform for creating high-performance animations.
- **Vue Router**: The official router for Vue.js, enabling navigation between different views or pages.
- **Mitt**: A tiny, functional event emitter for managing events in a clean and efficient manner.

## 📂 Project Structure

```
/
├── public/ # Static files
├── src/ # Source files
│ ├── assets/ # Images, icons, etc.
│ ├── components/ # Vue components
│ │ └── sections/ # Sections
│ ├── screens/ # Single-file components for screens
│ ├── router/ # Vue Router setup
│ └── main.js # Entry point of the application
├── .github/ # GitHub Actions workflow files
│ └── workflows/
│ └── main.yml
├── .gitignore # Git ignore rules
├── README.md # Project's readme file
└── package.json # Project metadata and dependencies
```

## 🔄 Continuous Deployment
This project uses GitHub Actions for continuous deployment. Every time a push is made into the master branch, the project is automatically built and the dist folder is uploaded to the web hosting service.

[![Build and Deploy](https://github.com/LunnosMp4/PortfolioV2/actions/workflows/main.yml/badge.svg)](https://github.com/LunnosMp4/PortfolioV2/actions/workflows/main.yml)

## 🌐 Website
The website is hosted on https://loic-tisseyre.com.