
NewPortfolio is a modern portfolio website built with Next.js, Tailwind CSS, and AceternityUI. The project showcases my programming skills and the portfolio of projects I have worked on. ✨
- Next.js: A React framework for building server-side rendered applications.
- Tailwind CSS: A utility-first CSS framework for rapid UI development.
- AceternityUI: A UI component library.
- TypeScript: A statically typed superset of JavaScript.
- Responsive Design: The website is fully responsive and adapts to different screen sizes.
- Animations: Utilizes CSS animations for a better user experience.
- Optimization: Optimized loading of pages and components.
To get a local copy up and running, follow these simple steps:
- Clone the repository:
git clone https://github.com/BartlomiejSadza/newPortfolio.git
- Navigate to the project directory:
cd newPortfolio
- Install dependencies:
npm install
- Run the development server:
npm run dev # or yarn dev # or pnpm dev # or bun dev
Open http://localhost:3000 with your browser to see the result. 🌐
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file. 🔄
To change my data to your personal info look at data/index.ts
. 📸
Check out live: https://bartlomiejsadza.me/
If you have any questions or suggestions, feel free to reach out:
- Email: bartlomiej.sadza@icloud.com
- LinkedIn: Bartlomiej Sadza
- GitHub: BartlomiejSadza
Created with ❤️ by Me ;p

Leave a Reply