Skip to content

Amibiplob/Smart-Service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛠️ Smart Service

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


📸 Preview

Project home page

---

✨ Features

  • ⚛️ 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 Stack

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

🚀 Getting Started

Prerequisites

  • Node.js v18+
  • npm or yarn

Installation

# Clone the repository
git clone https://github.com/Amibiplob/Smart-Service.git

# Navigate to the project directory
cd Smart-Service

# Install dependencies
npm install

Development

npm run dev

Open http://localhost:5173 in your browser.

Build for Production

npm run build

Preview Production Build

npm run preview

📁 Project Structure

Smart-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

📦 Scripts

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

🌐 Deployment

This project is deployed on Vercel. Any push to the main branch will trigger an automatic redeployment.


👨‍💻 Author

Md Biplob Hosain


About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors