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
- Host: GitHub
- URL: https://github.com/boweihan/allergy-identifier-client
- Owner: boweihan
- Created: 2016-10-01T17:23:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-30T22:40:23.000Z (over 8 years ago)
- Last Synced: 2025-01-31T09:45:46.461Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 6.36 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/allergyThis project is currently hosted at:
https://boweihan.github.io/allergy_clientTech: Rails 5.0.0, Angular 2.0.0