DEV Community

Cover image for Midas Pizza - DigitalOcean App Platform Hackathon
Olaoluwa Mustapha
Olaoluwa Mustapha

Posted on

Midas Pizza - DigitalOcean App Platform Hackathon

πŸ• What I built

I built a pizza delivery application called Midas pizza. It's a simple application that allows users to sign up and order pizza... mhnnnnn🀀

πŸ‘¨πŸΎβ€πŸ’Ό Category Submission:

This application was built for business....get it...because it's under the built for business category....no?...ok.

πŸ”— App Link

https://midas-pizza-y9r6m.ondigitalocean.app/

πŸ“Έ Screenshots

Alt TextAlt TextAlt TextAlt TextAlt TextAlt Text

πŸ“– Description

A JAMstack pizza delivery application. Made with React which consumes a node API (also made by me) to give you fake digitally appetizing food.

πŸ‘©πŸΎβ€πŸ’» Link to Source Code

https://github.com/OlaoluwaM/midas-pizza

πŸ“œ Permissive License

MIT

Background

Well, if you haven't already guessed, I love pizza. That's it that's the story....πŸ˜‚. I built this app because it was a creative spin on an e-commerce application. Building Midas taught me a lot about the kinds of things that really need to be considered before putting out these kinds of applications, such as, making sure the prices are always correctly displayed, preferring to use totals from the server rather than the client when making any form of payment to avoid certain bad actors, and reconfirming the user's action through helpful prompts and micro-interactions. Also, wouldn't it be nice if dominos had UI and UX like this, just sayingπŸ‘€

How I built it

I connected my GitHub account to Digital Ocean. That way it was a smooth transition to building the application using Digital Ocean's App platform. The frontend was written in React, animations with framer-motion and global state management with recoil. The backend was done in Nodejs. Code was written in VSCode and hosted on Github

Top comments (0)