Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ataylorn/capstone3_mealplanner
Meal planner app where a user can view, add, or update recipes. Drag & drop meals onto a calendar to plan a month's worth of meal prep w/the option to download a VCS file that's compatible w/Google calendar. Select a date range & display the ingredients and print or email them
https://github.com/ataylorn/capstone3_mealplanner
bootstrap3 css html-css-javascript html5 java javascript postgresql rest-api spring-boot sql vuejs vuejs2
Last synced: 12 days ago
JSON representation
Meal planner app where a user can view, add, or update recipes. Drag & drop meals onto a calendar to plan a month's worth of meal prep w/the option to download a VCS file that's compatible w/Google calendar. Select a date range & display the ingredients and print or email them
- Host: GitHub
- URL: https://github.com/ataylorn/capstone3_mealplanner
- Owner: ATaylorN
- Created: 2023-08-18T02:34:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-12T01:01:09.000Z (9 months ago)
- Last Synced: 2024-10-17T09:10:41.798Z (28 days ago)
- Topics: bootstrap3, css, html-css-javascript, html5, java, javascript, postgresql, rest-api, spring-boot, sql, vuejs, vuejs2
- Language: Java
- Homepage:
- Size: 15.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Final Capstone
This directory contains all of the starter projects for the final capstone.
Each project contains instructions that provides information about the starting code and explains how to get started with the final capstone project.## MealPlannerApp
[![My Skills](https://skillicons.dev/icons?i=js,postman,html,css,bootstrap,figma,idea,java,vue,nodejs,spring,vscode,postgres)](https://skillicons.dev)
[![Generic badge](https://img.shields.io/badge/STATUS-COMPLETE-GREEN.svg)](https://shields.io/)
12 weeks into the program, we were assigned to a team of 4. Together we utilized Java, Spring Boot, PostgreSQL, and Vue.js (just to name a few) to develop a meal planner web application where a user can view, add, or update recipes with ease. In the 'Build a Recipe' page, the user can search for ingredients to add to their recipe and the information/images are supplied by an API. Our Calendar contained a lot of functionality; by simply dragging and dropping selected recipes onto the calendar, users can plan out a full month's worth of meals accurately. With the option to select a date range, the application will display the necessary ingredients needed for that period. To further streamline the process, users can print or email the grocery list, and even download a VCS file that is compatible with Google Calendar.
In this project, I learned a lot about team dynamics and the importance of communication. Some of my team members were people I had never met before the project since they were from another class. We also had half of the team working remote, but we were still able to produce an awesome product. Throughout this process, I feel like I never stopped learning. We ran into a couple of roadblocks in the beginning because we were eager to get to coding, but once we took the time to thoroughly design out what we wanted the application to be, we were able to execute far more efficiently. I personally learned a ton about frontend including HTML, CSS, and Vue.js. As a result, in just 2 weeks, we were able to develop an app that had quite a few features, looked amazing, and is something that we all feel proud of.