An open API service indexing awesome lists of open source software.

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.

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. 🌱

![Aquaguard ui](https://media.licdn.com/dms/image/v2/D4D22AQED2TIfr6vQtA/feedshare-shrink_1280/feedshare-shrink_1280/0/1728744063932?e=1732752000&v=beta&t=1ne3vPo3NcVhiFHYpmrYnovbvwM0i_fy9qvA70qW85Q)

## 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. 💡