Welcome to my personal portfolio! This project was designed to showcase my skills, projects, and a bit of my personality as a frontend developer.
- 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.
- 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.
Check out the live version of my portfolio here: demo
- Clone the repository:
git clone https://github.com/paulopbi/portfolio
- Open the folder
cd portfolio
- Install the dependences
npm install
- Start the development server
npm run dev