- Introduction
- Software Requirements
- Technologies used
- How to install?
- How to get started?
- Link to deployed App
This app's primary use is to let users make shopping lists out of the recipes they choose but is not limited to that. On opening the app for first time, it walks you through the app using slider pages to explain how to use it.
It allows users to access thousands of amazing recipes explained step by step. App loads few random recipes to begin with and more can be searched using the search bar. The listify button helps you make a list and lets you choose the ingredients you would like to put on your selected shopping list.
Shopping lists and saved recipes can be accessed by the given tabs on main page or through the side menu.
- ionicv1 framework to build the app
- Firebase as database
- ionic dashboard to upload app to the cloud
- ionic view to view app on phone
- Spoonacular API for recipes.
NOTE: To avoid the misuse of API, the key is not uploaded. Please contact me for the key.
- Clone the project to the desired folder in your directory,
git clone https://github.com/Arwask/FrontendCapstone_SmartList.git
- cd into the folder
cd FrontendCapstone_SmartList
- run
npm install
at the root folder
- Once you are inside the project folder, run
ionic serve --lab
. It will serve the app on a PORT in your browser.
NOTE: Its a mobile app and its best if viewed on a phone.
© 2017 Arwask