Skip to content

paulopbi/portfolio

Repository files navigation

Welcome to my personal portfolio! This project was designed to showcase my skills, projects, and a bit of my personality as a frontend developer.

✨ Features

  • Showcase of Projects: Explore my main projects, each demonstrating modern development practices and creativity.
  • Fully Custom Design: Every aspect of the design was created by me, ensuring a unique and personal touch.
  • Smooth Animations: Built with Framer Motion for engaging and fluid animations.
  • Responsive & Modern UI: Styled with Tailwind CSS for a clean, responsive, and accessible interface.

🛠️ Built With

  • TypeScript: For robust type safety and cleaner code.
  • Next.js: Optimized for fast performance and scalability.
  • Framer Motion: Bringing the UI to life with smooth animations.
  • Tailwind CSS: Efficient and flexible styling for modern web design.

🌐 Live Demo

Check out the live version of my portfolio here: demo

📂 How to Run Locally

  1. Clone the repository:
git clone https://github.com/paulopbi/portfolio
  1. Open the folder
cd portfolio
  1. Install the dependences
npm install
  1. Start the development server
npm run dev