A modern service-based web application built with React 19, Vite, Tailwind CSS v4, and DaisyUI. Clean UI, fast performance, and deployed live on Vercel.
🔗 Live Demo: smart-service-five.vercel.app
---
- ⚛️ Built with React 19 functional components and hooks
- 🎨 Styled with Tailwind CSS v4 + DaisyUI v5 component library
- 🔔 Toast notifications via
react-toastify - 🧩 Rich icon support via
react-icons - ⚡ Blazing fast dev/build with Vite 7
- 📱 Fully responsive design
- 🚀 Deployed on Vercel
| Tech | Version |
|---|---|
| React | ^19.2.0 |
| Vite | ^7.3.1 |
| Tailwind CSS | ^4.2.1 |
| DaisyUI | ^5.5.19 |
| react-icons | ^5.6.0 |
| react-toastify | ^11.0.5 |
- Node.js
v18+ - npm or yarn
# Clone the repository
git clone https://github.com/Amibiplob/Smart-Service.git
# Navigate to the project directory
cd Smart-Service
# Install dependencies
npm installnpm run devOpen http://localhost:5173 in your browser.
npm run buildnpm run previewSmart-Service/
├── public/ # Static assets
├── src/ # Source files
│ ├── components/ # Reusable UI components
│ ├── assets/ # Images, icons, etc.
│ └── main.jsx # App entry point
├── index.html
├── vite.config.js
└── package.json
| Command | Description |
|---|---|
npm run dev |
Start development server |
npm run build |
Build for production |
npm run preview |
Preview production build |
npm run lint |
Run ESLint |
This project is deployed on Vercel. Any push to the main branch will trigger an automatic redeployment.
Md Biplob Hosain
- GitHub: @AmiBiplob
- LinkedIn: linkedin.com/in/amibiplob
- Email: biplobwebdesigner@gmail.com
