Skip to content

Commit

Permalink
edit styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Limebee committed Jan 18, 2024
2 parents 582db19 + 0d44833 commit a6e8cc0
Show file tree
Hide file tree
Showing 7 changed files with 4,458 additions and 61 deletions.
21 changes: 19 additions & 2 deletions README.md
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.
Loading

0 comments on commit a6e8cc0

Please sign in to comment.