guipmdev / coffee-delivery

Web app for ordering coffee delivery with ease and convenience

Home Page:https://coffee-delivery.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lang-en lang-pt-br

Repository language count Repository size Commit activity Last commit Project license Layout designer

Screenshot of the application initial page

Go to the web application β†—

πŸ“’ Table of Contents

πŸ“ Overview

This project is a web application developed in React and TypeScript for buying coffee for delivery, which allows users to search among the available coffees and add them to their orders to be delivered to their homes.

The application offers features such as a shopping list, to add the products you want, and a checkout to enter your personal information and finalize the purchase (front-end only). With an easy interface, the ordering process is more convenient, as the cart is saved in a local browser storage.

✨ Features

β˜• Navigate through the different kinds of coffees available to choose from

πŸ›’ Add the quantity you want of the selected products to your cart

πŸ”„ Your cart is stored until you close the order, so you can refresh the page with no worry

πŸ’³ Validate your purchase and complete it securely

πŸ›΅ Wait for delivery to be made (only symbolic)

πŸ€– Demo

coffee-delivery.mp4

🎨 Layout

The layout of the application was designed by Rocketseat and is available on Figma.

Web application layout image cover

πŸ›  Technologies

The following tools were used to build the project:

Website

Vite React TypeScript ESLint Rocketseat ESLint config

React Router React Hook Form Zod Immer

styled-components Phosphor Icons

* See the package.json file

Utils

Git Node.js Figma Google Fonts VSCode

πŸš€ Getting Started

βœ”οΈ Prerequisites

Before you begin, ensure that you have the following tools installed on your machine: Git, Node.js. It's also good to have an editor to work with the code, such as VSCode.

πŸ“¦ Installation

  1. Clone the repository:
git clone https://github.com/guipmdev/coffee-delivery/
  1. Change to the project directory:
cd coffee-delivery
  1. Install the dependencies:
npm install

βš™οΈ Usage

  1. Start the web application:
npm run dev
  1. Access https://localhost:5173/ to view the application

πŸ“„ License

This project is licensed under the terms of the MIT license. See the LICENSE file for additional info.

πŸ‘ Acknowledgments

  • Many thanks to Rocketseat for the layout and tips when putting this project together

Made with πŸ’™ by @guipm.dev - Feel free to contact me!


↑   Return to the top   β†‘

About

Web app for ordering coffee delivery with ease and convenience

https://coffee-delivery.vercel.app

License:MIT License


Languages

Language:TypeScript 98.6%Language:HTML 1.4%