Skip to content

web app for internet of thing based baby monitoring system(for IOT-BBMS_Hard repo) used to send controller flag to backend server

Notifications You must be signed in to change notification settings

Gedewon/IOT-BBMS_Soft

Repository files navigation

React Hooks support

Efoye IOT-BBMS React is built on top of Bootstrap 4 using React and Reactstrap, so it fully supports React Hooks.

Once you download the archive, you will be able find a tutorial page inside it explaining how to start using it. You can also check the documentation online.

Table of Contents

Quick start

  1. Download the project's zip
  2. Make sure you have node.js (https://nodejs.org/en/) installed
  3. Type npm install in terminal/console in the source folder where package.json is located
  4. You will find all the branding colors inside src/assets/scss/IOT-BBMS/_variables.scss. You can change them with a HEX value or with other predefined variables.
  5. Run in terminal npm start.

Documentation

The documentation for the Efoye IOT-BBMS React is hosted at our website.

File Structure

Within the download you'll find the following directories and files:

IOT-BBMS-react
.
├── CHANGELOG.md
├── ISSUE_TEMPLATE.md
├── LICENSE.md
├── README.md
├── jsconfig.json
├── package.json
├── public
│   ├── favicon.ico
│   ├── index.html
│   └── manifest.json
└── src
    ├── index.js
    ├── logo.svg
    ├── assets
    │   ├── css
    │   │   ├── bootstrap.min.css
    │   │   └── bootstrap.min.css.map
    │   ├── demo
    │   │   └── demo.css
    │   ├── fonts
    │   ├── img
    │   │   ├── examples
    │   │   ├── faces
    │   │   ├── flags
    │   └── scss
    │       ├── IOT-BBMS
    │       │   ├── cards
    │       │   ├── mixins
    │       │   └── plugins
    │       ├── react
    │       │   ├── IOT-BBMS
    │       │   ├── plugins
    │       │   └── react-differences.scss
    │       └── IOT-BBMS.scss
    ├── components
    │   ├── Footers
    │   │   └── DemoFooter.js
    │   ├── Headers
    │   │   ├── IndexHeader.js
    │   │   ├── LandingPageHeader.js
    │   │   └── ProfilePageHeader.js
    │   └── Navbars
    │       ├── ExamplesNavbar.js
    │       └── IndexNavbar.js
    └── views
        ├── Index.js
        ├── NucleoIcons.js
        ├── examples
        │   ├── LandingPage.js
        │   ├── ProfilePage.js
        │   └── RegisterPage.js
        └── index-sections
            ├── SectionButtons.js
            ├── SectionCarousel.js
            ├── SectionDark.js
            ├── SectionDownload.js
            ├── SectionExamples.js
            ├── SectionJavaScript.js
            ├── SectionLogin.js
            ├── SectionNavbars.js
            ├── SectionNavigation.js
            ├── SectionNotifications.js
            ├── SectionNucleoIcons.js
            ├── SectionProgress.js
            └── SectionTypography.js

Resources

Dashboards:

| HTML | React | Vue

Reporting Issues

We use GitHub Issues as the official bug tracker for the Efoye IOT-BBMS 2. Here are some advices for our users that want to report an issue:

  1. Make sure that you are using the latest version of the Efoye IOT-BBMS 2. Check the CHANGELOG from your dashboard on our website.
  2. Providing us reproducible steps for the issue will shorten the IOT-BBMSe it takes for it to be fixed.
  3. Some issues may be browser specific, so specifying in what browser you encountered the issue might help.

Licensing

Social Media

Twitter: https://twitter.com/EfoyeIOT-BBMS

Facebook: https://www.facebook.com/EfoyeIOT-BBMS

Dribbble: https://dribbble.com/EfoyeIOT-BBMS

Instagram: https://www.instagram.com/Efoye_IOT-BBMS

About

web app for internet of thing based baby monitoring system(for IOT-BBMS_Hard repo) used to send controller flag to backend server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published