<<<<<<< HEAD
=======
MicroTech β iPhone & Android Service Experts
A modern, responsive website built with React, Vite, and TailwindCSS.
It showcases the professional services, repaired projects, and certificates of MicroTech Service Center located in Puttur, Karnataka.
π https://microtech1.netlify.app/
- βοΈ React 18 β Component-based UI
- β‘ Vite β Fast development build tool
- π¨ Tailwind CSS β Utility-first styling framework
- π Netlify β Deployment and hosting
microtech-website/ β βββ public/ β βββ repaired/ β β βββ phone1.jpg β β βββ phone2.jpg β β βββ ... β βββ favicon.ico β βββ index.html β βββ src/ β βββ assets/ β β βββ poster.png β β βββ logo.png β β β βββ components/ β β βββ Header.jsx β β βββ Footer.jsx β β βββ Navbar.jsx β β β βββ pages/ β β βββ Home.jsx β β βββ Services.jsx β β βββ Projects.jsx β β βββ Contact.jsx β β βββ Certificate.jsx β β β βββ App.jsx β βββ main.jsx β βββ index.css β βββ package.json βββ tailwind.config.js βββ postcss.config.js βββ vite.config.js βββ README.md
git clone https://github.com/sabik-ahmd/microtech.git
cd microtech
2οΈβ£ Install dependencies
npm install
3οΈβ£ Start the development server
npm run dev
Then open your browser and visit:
π http://localhost:5173/
π§© Build for Production
npm run build
This will create a /dist folder with your optimized production files.
πΌοΈ Adding Images
Store posters or brand images in:
src/assets/
Store repaired phone images in:
public/repaired/
To use images from public:
<img src="/repaired/phone1.jpg" alt="Repaired Phone" />
To use images from src/assets:
import Poster from "../assets/poster.png";
<img src={Poster} alt="Poster" />;
π§βπ» Author
Developed by: Ahammad Sabik
π¦ GitHub Repository: https://github.com/sabik-ahmd/microtech
π§ Email: [email protected]
π Location: Puttur, Karnataka
π Phone: +91 9686893983
π Contact
MicroTech - iPhone & Android Service Expert
π Ground Floor, Hindustan Building, Puttur, Karnataka 574201
π +91 96637 58588 / +91 91132 35714
π§ [email protected]
π License
This project is licensed under the MIT License β free to use, modify, and distribute.
π‘ Acknowledgements
React
Vite
Tailwind CSS
Netlify
Lucide Icons
β If you like this project, please give it a star on GitHub!
---
β
**How to use:**
1. In VS Code, open your project folder.
2. Create a new file named **`README.md`** in the root directory.
3. Paste the above code and save
6d4d578 (Update README.md and project files)