Skip to content

My personal portfolio, where I showcase some of the projects I've built as a fullstack developer, focusing on intuitive UI and attention to detail.

Notifications You must be signed in to change notification settings

budaala/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

21 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ§‘β€πŸ’» Portfolio – Alicja Buda

This is my personal developer portfolio – a space to highlight my favorite projects, technical skills, and passion for building thoughtful digital experiences.

The site was designed in Figma and built with Vue 3 and Tailwind CSS, with an emphasis on clean layout, strong UI/UX and responsive design. I also built a custom backend using Node.js and Express to handle the contact form securely, allowing visitors to reach out directly.

The goal of this project was not only to present my work but to reflect my approach to code: minimalistic, elegant, and crafted with attention to detail.

link: Alicja Buda | Portfolio


✨ What you'll find here

  • πŸ–₯️ Clean and responsive layout
  • πŸ’œ Hero section and UI/UX focused design
  • πŸ“ Featured projects with descriptions, tech stack, and links to repos
  • 🧠 Work experience and skills overview
  • πŸ“¬ Fully functional contact form connected to a Node.js backend

πŸ› οΈ Built with

Frontend:

Backend (for contact form):


πŸ“· Preview

Portfolio Screenshot


πŸš€ How to run locally

# Clone the repo
git clone https://github.com/budaala/portfolio.git

# Frontend setup
cd client
npm install
npm run dev

# Backend setup (for contact form)
cd ../api
npm install
node index.js

Make sure to create a .env file in /api with your email credentials:

MAIL_USER=your@email.com
MAIL_PASS=your_generated_app_password

πŸ“« Contact

Want to collaborate or just say hi? Reach me at: alicjabuda@protonmail.com

About

My personal portfolio, where I showcase some of the projects I've built as a fullstack developer, focusing on intuitive UI and attention to detail.

Topics

Resources

Stars

Watchers

Forks