Welcome to my personal portfolio website! This project is built with Next.js and designed to showcase my skills, projects, and experience in a sleek and modern way. I've decided to open-source this project to help other developers create their own stunning portfolios. Feel free to explore, customize, and use it as a template for your own projects! ✨
🔗 Live Demo: https://raol.speedurl.my.id
📂 Repository: https://github.com/latesturl/my-portofolio.git
- Next.js - For blazing-fast server-side rendering and static site generation. ⚡
- Tailwind CSS - For utility-first, responsive, and modern styling. 🎨
- Framer Motion - For buttery-smooth animations and interactions. 🎬
- Vercel - For seamless deployment and hosting. 🚀
Follow these steps to get the project up and running on your local machine.
Make sure you have the following installed:
- Node.js (version 14 or newer)
- npm or yarn
-
Clone the repository
git clone https://github.com/latesturl/my-portofolio.git
-
Navigate to the project directory
cd my-portofolio
-
Install dependencies
npm install # or yarn install
-
Run the development server
npm run dev # or yarn dev
-
Open in your browser
Visit http://localhost:3000 to view the project. 🌐
Contributions are always welcome! If you'd like to contribute, please follow these steps:
- Fork the repository. 🍴
- Create a new branch (
git checkout -b feature/AmazingFeature
). 🌿 - Commit your changes (
git commit -m 'Add some AmazingFeature'
). 💡 - Push to the branch (
git push origin feature/AmazingFeature
). 🚀 - Open a Pull Request. 🎉
Happy coding! Let's build something amazing together! 🚀✨