An open API service indexing awesome lists of open source software.

https://github.com/boweihan/allergy-identifier-client

Angular 2 front-end for product cross-referencing database
https://github.com/boweihan/allergy-identifier-client

Last synced: 2 months ago
JSON representation

Angular 2 front-end for product cross-referencing database

Awesome Lists containing this project

README

        

#Cosmetic Crosser

This project was made with angular2 on the front-end which is consuming a rails API. The goal was to allow users to cross-reference products/ingredients.

Users can use this application to:
- search by product name to find ingredients
- search by ingredient name to find products
- select multiple products to find common ingredients
- select multiple ingredients to find common products

Making this information readily available can be useful for avoiding allergenic substances and identifying personal sensitivities.

The API for this project can be found at:
https://github.com/boweihan/allergy

This project is currently hosted at:
https://boweihan.github.io/allergy_client

Tech: Rails 5.0.0, Angular 2.0.0