Skip to content

Dmokrit/SmartWatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmartWatch Chicken Monitoring Dashboard

A React + Vite dashboard for monitoring poultry farm conditions, including temperature, humidity, chicken count, disease risk, camera feeds, alerts, analytics, and system settings.


Requirements

Before running the project, install:

  • Node.js (v18 or newer recommended)
  • npm (included with Node.js)
  • Git (optional, for cloning the repository)

Download Links


Installation (Windows)

1. Clone the Repository

Open Command Prompt, PowerShell, or Git Bash:

git clone https://github.com/Dmokrit/SmartWatch.git
cd SmartWatch

Or download the ZIP file from GitHub and extract it.


2. Install Dependencies

Run:

npm install

This will install all required packages.


3. Start the Development Server

Run:

npm run dev

You should see output similar to:

VITE vX.X.X ready

➜ Local: http://localhost:5173/

Open the URL shown in your browser.


Build for Production

Create an optimized production build:

npm run build

The build files will be generated in the dist folder.


Preview Production Build

npm run preview

Project Structure

SmartWatch/
├── public/
├── src/
│   ├── App.jsx
│   ├── App.css
│   ├── main.jsx
│   └── index.css
├── package.json
├── vite.config.js
└── README.md

Features

  • Dashboard Overview
  • Live Camera Monitoring
  • Alert Management
  • Analytics Dashboard
  • Settings Panel
  • Responsive Layout
  • Built with React and Vite

Technologies Used

  • React
  • Vite
  • Lucide React Icons
  • CSS

Troubleshooting

npm is not recognized

Install Node.js from:

https://nodejs.org

Then restart your terminal.

Port 5173 already in use

Run:

npm run dev -- --port 3000

Dependency Issues

Delete node_modules and reinstall:

rmdir /s /q node_modules
del package-lock.json

npm install

License

This project is for educational and research purposes.

About

test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors