-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
4,458 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,22 @@ | ||
# honeydew | ||
# Honeydew | ||
|
||
Allows juice bar baristas to track their orders | ||
Honeydew is a web app that allows users to take juice bar orders. Users can create or log into an account to keep track of orders. There is a also a menu index where users can look information about different drinks. | ||
|
||
Link to project: https://honeydewdrinks.onrender.com/ | ||
|
||
<a href="https://ibb.co/wRSvzWD"><img src="https://i.ibb.co/478QVTB/Screen-Shot-2023-07-29-at-10-07-14-PM.png" alt="Screen-Shot-2023-07-29-at-10-07-14-PM" border="0"></a> | ||
|
||
# How It's Made | ||
|
||
Tech Used: Javascript, CSS, Node.js, MongoDB, EJS | ||
|
||
This a CRUD app built with a node.js backend with mongodb as the database. I organized this project using MVC architecture. I used EJS as the templating language for this project. I used a mixture of vanilla css and Tailwind for this project. This project uses an api to retrieve data for the menu index. The api is called using javascript. | ||
|
||
|
||
|
||
|
||
# Optimizations | ||
I would add feature that would allow each order to have multiple different drinks. I would also like to add a feature edit orders in case someone wants to change it. Another feature I would like to add is a way to track how many times a drink was ordered. I would have a chart that shows how popular each drink is. | ||
|
||
# Lessons Learned | ||
This project helped me to learn more about fullstack web apps. |
Oops, something went wrong.