The My Herbarium application will allow users to monitor their plants at home via dedicated IOT sensors. Users will be able to add and remove plants, associate temperature and humidity sensors, and adjust each plant’s light and humidity levels.
yarn install
or npm install
After installation is finished, run:
yarn start
or npm start
That's it.
To run all tests:
yarn test
To run Storybook
yarn run storybook
- Supports dark mode (detects user preferred settings in operating system);
- Displaying 5 hardcoded flowers;
- Clicking anywhere on a card expands it and displays the adjustment sliders;
- Clicking anywhere on the top part of an expanded card collapses it;
- Basic mobile and tablet/desktop styling;
- On loading expand all cards if not mobile view;
css-modules
andclassnames
for stylestesting-library
for testsstorybook
for UI documentation representation
- No Light/Dark mode switcher;
- Flowers detailed description not used;
- Images stored in one size;
- Screenreader will read the alt of images same as title / possibly exclude from voiceover;
- Rerfactor components (Title);
- Data is not yet saved on users device;
- i18n
- PropTypes
- localStorage