Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ydennekrf/grocery-list
This app allows a user to create and send g grocery list as a text message
https://github.com/ydennekrf/grocery-list
express-js handlebarsjs javascript node-js
Last synced: about 1 month ago
JSON representation
This app allows a user to create and send g grocery list as a text message
- Host: GitHub
- URL: https://github.com/ydennekrf/grocery-list
- Owner: Ydennekrf
- Created: 2022-06-27T18:20:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-06T22:15:08.000Z (over 2 years ago)
- Last Synced: 2024-10-14T05:20:54.959Z (about 1 month ago)
- Topics: express-js, handlebarsjs, javascript, node-js
- Language: JavaScript
- Homepage:
- Size: 214 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project -02 Recipes for Dinner!
This project creates an application that allows you to save the recipes and go through the steps and ingredients which are needed for the recipes you want for your dinner. Users can choose the recipes they want and save it in their accounts, the ingredients needed for the meals will then be saved in the grocery list.
The application will generate the ingredients you needed and send your a text message via phone.
# Technical Challenges
There were several technical challeges we faced during the initial development of this project which accounted for most of the time spent working. The main ones include:
* Joining different handlebars together and link it with the javascript functions
* Make sure the routes and the servers work well# Technologies Used
This project would not be possible without the use of:
* Javascript
* CSS
* MVC
* SQL
* Express and node.js
* JQuery# Contributors
## Fraser Kennedy
* Javascript develop
* Database setup
* troubleshoot## Swaathy Selva
* Javascript develop
* CSS Develop## Katyayini Bhatnagar
* Javascript develop
* Route setup## Eric Mok
* Javascript develop
* Handlebar setup# Application link
* https://just-acorn.herokuapp.com/# Credits
* https://www.w3schools.com/
* https://developer.mozilla.org/en-US/
* https://getbootstrap.com/# License
MIT License
Copyright (c) [2022] [Fraser Kennedy, Swaathy Selva, Katyayini Bhatnagar, Eric Mok]
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.