Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 352 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 352 Bytes

Alchemeal

An app that provides nutritional suggestions given a user's dietary restrictions/preferences and an ailment.

Instructions to run

git clone https://github.com/Endurtek/alchemeal.git
npm install
npm run dev

Future Work

  • Containerize
  • Deploy to AWS
  • Convert to TypeScript
  • Convert Redux logic to ReactHooks/ ReactQuery