A sleek and interactive portfolio application designed to mimic the user experience of MacOS. This portfolio is built to showcase skills, projects, and achievements in a visually appealing and dynamic way.
- MacOS-inspired UI: Includes a dock, menu bar, and draggable windows for a native feel.
- Responsive Design: Optimized for all screen sizes, ensuring a seamless experience on desktop and mobile.
- Interactive Applications: Features apps like "About Me," "Projects," "Contact," and more, emulating the MacOS app system.
- Customizable Themes: Dark and light mode support for enhanced usability.
- Smooth Animations: Dynamic transitions and animations for a modern and professional appearance.
- Frontend: Next.js for building the UI.
- Styling: Tailwind CSS for styling and animations.
- Icons: MacOS-like icons and custom assets.
- Deployment: Deployed using Vercel.
To run the portfolio locally:
-
Clone the repository:
git clone https://github.com/aayank13/macos-portfolio.git cd macos-portfolio -
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:3000.
Contributions are welcome! If you'd like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
- Make your changes and commit:
git commit -m "Add feature name" - Push to the branch:
git push origin feature-name
- Open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
Let me know if you need further customization or details!