This is the group repo for Team 2 of the Deaf-Blind Deen Developers hackathon of 2021.
Team 2's focus statement for the hackthon was:
A huge majority of people with sensory loss and those that care for them do not know what places and activities are accessible for their needs, this includes restaurants, stores and gyms.
-
Random (and custom random search) recipe generation using spoonacular API
-
Users can save and delete desired recipes when logged in
-
Custom recipe adding to firebase - to build own database of recipes
-
Recipe searching using spoonacular API (In Process)
-
Step-by-step instructions
-
Progressive Web App (PWA)
-
Adding Reviews to recipes
-
Communication between users via chat regarding recipes
-
Adding recipes and/or voice recording of step by step instructions
-
Chat feature
-
Build native app with React Native or other tools
-
Main
-
Practice: includes some pre-project work done to get familiar with semantic html, spoonacular API, etc.
Both versions use React and also Firebase for authentication.
- The first version of the app began with the create react app CRA React implementation along with the Spoonacular API for fetching recipes.
This version was deployed using Netlify - visit the app at here https://recipe-mate.netlify.app/.
- The second version of the app used Next.js and Contentful as the data source for the recipes.
This version was deployed using Vercel - visit the app at here https://recipe-mate.vercel.app/.