Skip to content

charafmrah/home-health-monitor

Repository files navigation


Logo

Home Health Monitor IoT Device & Website

A Next Js website to control & visualize data from an IoT device.
Explore the docs »

Device Code · Report Bug · Request Feature

About The Project

Home Health Monitor Screen Shot

An IoT device that publishes sensory data to AWS IoT core over WiFi. The data is then routed using the Rules Engine to a DynamoDB database. A Next.Js website acts as an MQTT client to subscribe to the events sent by the device to visualize it & control the device.

Built With

  • Next
  • React
  • TypeScript
  • JavaScript
  • Tailwind
  • AWS

(back to top)

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/index.tsx. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.ts.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Contact

Charaf Mrah - LinkedIn - @charafmrah - charaf4charaf@gmail.com

(back to top)

Acknowledgments

(back to top)

About

A Next Js website to control & visualize data from an IoT device using AWS cloud.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published