https://github.com/vdsbenoit/frite.dev
My portfolio website. This project is a mirror of GitLab : https://gitlab.com/vdsbenoit/frite.dev
https://github.com/vdsbenoit/frite.dev
Last synced: 4 months ago
JSON representation
My portfolio website. This project is a mirror of GitLab : https://gitlab.com/vdsbenoit/frite.dev
- Host: GitHub
- URL: https://github.com/vdsbenoit/frite.dev
- Owner: vdsbenoit
- License: gpl-3.0
- Created: 2024-10-01T09:58:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-28T00:08:01.000Z (5 months ago)
- Last Synced: 2026-01-28T13:06:19.412Z (5 months ago)
- Language: Vue
- Homepage: https://frite.dev
- Size: 1.81 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Portfolio website
## Tech stack
- Nuxt 3
- Vue 3 Composition API
- Nuxt UI
- Tailwind
- TypeScript
- Prettier (& prettier-plugin-tailwindcss) enforced
- ESLint enforced
- Firebase hosting
## Third party libraries
- emailjs for the contact form
- Google reCAPTCHA
- Google Appointment Schedule
- Nuxt SEO
- Nuxt Security
## Lighthouse report

## Design
### Colors
| Role | HEX | Tailwind |
| ---------- | ------- | ----------- |
| Primary | #f4c61f | custom |
| Light text | #f5f5f5 | neutral-100 |
| Gray light | #262626 | neutral-800 |
| Gray dark | #0a0a0a | neutral-950 |
## Credits
Here are some pieces of code and websites I used as inspiration
### Star background
I used [this code](https://codepen.io/sarazond/pen/LYGbwj) as inspiration for the animated background. I rewrote it in Vue + Tailwind instead of Sass and Compass