Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.9 KB

README.md

File metadata and controls

41 lines (29 loc) · 1.9 KB

Visualize Chemical Monitoring Results

Table of contents

General Info

  • This project analyzes the chemical monitoring results of goods we use in our daily lives and visualize the results.
  • Currently working on visualizing the monitoring results of VOCs in feminine hygiene products. The project uses public data as raw, which was officially released on December 30th 2020 by Ministry of Food and Drug Safety(MFDS). Anyone can access this data on this page and check the results of feminine hygiene products' quality monitoring.
  • Throughout the project, the user can get the information as follows:
    (1) VOCs of specific product (currently using feminine hygiene product)
    (2) VOCs of disposable products vs. VOCs of reusable products
    (3) VOCs of domestic products vs. VOCs of overseas products

Setup

To run this project, install it locally using yarn:

$ cd ../visualize-chemicals-app
$ yarn
$ yarn start

Built with

  • This project was bootstrapped with Create React App with TypeScript.
  • Used dependencies and versions can be found in package.json in the project root.
    • styled-components for styling
    • Redux for state management

Status

The project started on April 17th, paused for few months, and (finally) currently in progress(Upadated on April, 3rd, 2022). Feel free to contact us if you have interests in this project!