Skip to content

Jalen1/Poqua

 
 

Repository files navigation

Poqua

By Caleb Lee, Kyle Sung, and Jalen Wu

This is a full-stack application that leverages React Native to manage user activity on the frontend and utilizes Google Firebase on the backend to store relevant application data in a Firestore database. Expo framework was utilized for testing in an iOS/android/web environment.

Poqua is an aquarium tank monitor software application that gathers metrics such as water quality, temperature and light levels in a fish tank measured by hardware (DHT11 Temperature Module, Photoresistor, Turbidity sensor) that the user is intended to place in their personal fish tank. Poqua supports various user features, such as adding fish, viewing current fish, and setting reminders for tasks to maintain their fish tank.

Running the Application

$ npm install
$ npm start

The above commands will run the application in development mode. Open http://localhost:8081 to view it in the browser.

The page will reload and reflect changes if you make edits to the source code.

You can also preview the application on a mobile device by installing the Expo development tool described here: https://expo.dev

The Expo platform is supported on the App Store and Google Play Store.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 79.3%
  • JavaScript 20.7%