A personal portfolio website built with React and React Router.
It showcases Home, About, Projects, and Contact pages, and integrates with GitHub to fetch and display my profile and repositories in real-time.
- 🗂 Multi-page Website — Built using React Router for smooth navigation.
- 🏠 Home Page — Introduction and personal tagline.
- 👨🎓 About Page — Skills, education, and bio.
- 📂 Projects/GitHub Page — Displays live GitHub profile and repositories.
- 📧 Contact Page — Includes email and social links.
- 📱 Responsive Design — Optimized for all devices using TailwindCSS.
- Frontend: React.js
- Routing: React Router
- Styling: TailwindCSS
# Clone the repository
git clone https://github.com/Nikhildhasmana89/react-portfolio.git
# Navigate into the project folder
cd My-portfolio
# Install dependencies
npm install
# Start the development server
npm start


