Skip to content

anitaparmar26/smart-home-dashboard

Repository files navigation

Smart Home Dashboard

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.

Features

  • 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

Getting Started

Prerequisites

  • Node.js (v18 or newer recommended)
  • pnpm (or npm/yarn)

Installation

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 install

Running Locally

Start the development server:

pnpm or npm run dev or yarn dev

Open http://localhost:3000 in your browser to view the dashboard.

Building for Production

pnpm or npm run build or yarn build

Deployment

You 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!

Contributor

Releases

No releases published

Packages

 
 
 

Contributors