Welcome to my personal developer portfolio! This is a responsive web application built with React.js to showcase my skills, projects, and contact information in a professional and interactive way.
- Hero Section: Eye-catching introduction with name, title, and call-to-action.
- About Section: A brief summary about me and my background.
- Skills Section: Visual display of my technical skills.
- Projects Section: A dynamic list of selected projects with descriptions and links.
- Contact Section: Simple form to get in touch.
- Navigation & Footer: Smooth scrolling navigation and styled footer.
- Frontend: React.js
- Styling: CSS (custom styles via
App.cssandGlobalStyles.js) - Icons: React Icons
- Email Handling: (If implemented) EmailJS or similar service for the contact form
βββ src/ β βββ components/ β β βββ About.js β β βββ Contact.js β β βββ Footer.js β β βββ Hero.js β β βββ Navigation.js β β βββ Projects.js β β βββ Skills.js β βββ App.js β βββ App.css β βββ GlobalStyles.js
git clone https://github.com/yourusername/your-portfolio.git
cd your-portfolio- Install dependencies
npm install- Start the development server
npm startThe app will open at http://localhost:3000. πΈ Preview
π¬ Contact
Feel free to connect with me via the Contact section on the site or reach out via [your email or LinkedIn]. π License
This project is open source and available under the MIT License.
Made with β€οΈ by Mandip Amgain
Let me know if you'd like help adding deployment instructions (e.g., Netlify, GitHub Pages) or customizing content like your project list or contact form.