This is a modern, customizable smart home dashboard built with Next.js, React, and Tailwind CSS. It provides a beautiful interface to monitor and control smart home devices, view statistics, manage user profiles, and more.
- Device management and control
- Real-time statistics and energy consumption charts
- User authentication (sign in, sign up)
- Responsive design with theme and color customization
- Modular component structure
- Node.js (v18 or newer recommended)
- pnpm (or npm/yarn)
Clone the repository and install dependencies:
git clone https://github.com/anitaparmar26/smart-home-dashboard.git
cd smart-home-dashboard
pnpm install or npm install or yarn installStart the development server:
pnpm or npm run dev or yarn devOpen http://localhost:3000 in your browser to view the dashboard.
pnpm or npm run build or yarn buildYou can deploy this app to Vercel, Netlify, or GitHub Pages. For GitHub Pages, make sure to set the correct basePath and assetPrefix in next.config.mjs as described in the codebase.
Feel free to customize and extend the dashboard for your own smart home needs!