https://github.com/abdullahajayi/aquaguard
A web interface for a smart pond system aimed to monitor and control various parameters of the pond, including turbidity, pH levels, temperature, and more, all from a user-friendly interface.
https://github.com/abdullahajayi/aquaguard
esp32 firebase typescript
Last synced: about 2 months ago
JSON representation
A web interface for a smart pond system aimed to monitor and control various parameters of the pond, including turbidity, pH levels, temperature, and more, all from a user-friendly interface.
- Host: GitHub
- URL: https://github.com/abdullahajayi/aquaguard
- Owner: AbdullahAjayi
- Created: 2024-09-22T09:49:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-27T12:39:14.000Z (over 1 year ago)
- Last Synced: 2025-04-06T21:47:31.978Z (about 1 year ago)
- Topics: esp32, firebase, typescript
- Language: TypeScript
- Homepage: https://aquaguard.vercel.app
- Size: 7.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aquaguard 🌊🐟
A web interface for a smart pond system aimed at monitoring and controlling various parameters of the pond, including turbidity, pH levels, temperature, and more, all from a user-friendly interface. 🌱

## Live Site 🔗
[https://aquaguard.vercel.app/](https://aquaguard.vercel.app/)
## Features ✨
- Real-time monitoring of pond variables 🌡️
- User-friendly dashboard for data visualization 📊
- Ability of user/ai model to control pond variables from the web interface (yet to be included feature) ⚙️
- Live feed of fishes in the pond displayed on the web interface. 🎥🐠
## Technologies Used 🛠️
- **Frontend & Backend**: NextJs with Typescript
- **Database**: Firebase
## Installation Instructions 📥
1. Clone the repository:
```bash
git clone https://github.com/AbdullahAjayi/aquaguard.git
```
2. Navigate to the project directory:
```bash
cd aquaguard
```
3. Install the dependencies:
```bash
npm install
```
4. Start the application:
```bash
npm run dev
```
## Usage 🚀
- Access the application at `http://localhost:3000`
## Contributing 🤝
Contributions are welcome! 🚀 Please feel free to fork this repository, make cool changes and submit a pull request. 💡