This is a personal developer portfolio built to showcase my skills, projects, education, and contact details in a clean and modern interface. It highlights who I am, what I’ve built, and how to get in touch — all in one smooth, responsive, and interactive web application.
- Responsive design optimized for all devices
- Smooth scrolling navigation
- project showcase section
- Skills and technology stack presentation
- Educational background timeline
- Contact form for easy communication
- Professional and modern UI
- Frontend: React.js
- Styling: Tailwind CSS
- Icons: React Icons
- Fonts: Google Fonts
- Routing: Scroll-smooth navigation
- Components: Modular and reusable structure
To set up the project locally, follow these steps:
- Clone the repository
git clone https://github.com/ma3llim/sameerfolio.git
cd your-portfolio- Install dependencies
yarn install- Start the development server
yarn run devThe app will be available at http://localhost:5173.
- Customize the
componentsfolder to update personal content. - Replace the
Hero,Skills,Project,Education, andContactsections with your own data. - Update the styles or color schemes in
index.cssas needed.
If you want to contribute, fix a bug, or add a feature, you’re welcome to open a pull request.
- Fork the repository
- Create your feature branch:
git checkout -b feature/your-feature-name - Commit your changes:
git commit -m "Added some feature" - Push to the branch:
git push origin feature/your-feature-name - Open a Pull Request
- Keep code clean and well-commented
- Follow the existing project structure
- Test changes before pushing
- Provide a clear and concise PR message
This project is licensed under the MIT License - see the LICENSE file for details.
- React.js: For building dynamic and efficient user interfaces
- TailwindCSS: For utility-first, responsive, and clean styling
- React Icons: For easily integrating scalable icons
- Google Fonts: For clean and modern typography
- Vite: For blazing-fast development environment
- Scroll-smooth & Component-based architecture: For intuitive navigation and modularity
