🌐 Live Demo: sachin-coder-1154.vercel.app
This is the personal portfolio website of Sachin Dumbre, a passionate Front-End Developer and UI/UX Designer currently pursuing a Bachelor of Computer Applications (BCA) at Bakliwal Foundation.
The site showcases skills, projects, resume, contact information, and a modern, responsive design built using the latest front-end technologies.
- 🧑💻 About Me section
- 📂 Projects with live links and GitHub
- 📄 Resume download
- 📧 Contact form (via email or form handler)
- 🖥️ Fully responsive (desktop, tablet, mobile)
- 🎨 Smooth animations and clean layout
- 🌙 Dark mode (optional if implemented)
| Category | Tech Stack |
|---|---|
| Framework | React (with TypeScript) |
| Styling | Tailwind CSS |
| Animations | Framer Motion (if used) |
| Icons | React Icons or Lucide Icons |
| Hosting | Vercel |
src/
├── components/ # Reusable components (Navbar, Footer, etc.)
├── pages/ # Main sections (Home, About, Projects, Contact)
├── assets/ # Images and media
├── styles/ # Tailwind and global styles
├── App.tsx # Root component
├── index.tsx # React entry point
├── data/ # Project or skills JSON (if any)
# 1. Clone the repo
git clone https://github.com/SachinCoder11/MY-Protfolio.git
# 2. Navigate to the project folder
cd portfolio
# 3. Install dependencies
npm install
# or
yarn install
# 4. Start the development server
npm run dev
# or
yarn dev