Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leonardospereira/coffe-delivery
An interface for an coffee delivery shop built in with React and TypeScript
https://github.com/leonardospereira/coffe-delivery
react tailwindcss typescript vite
Last synced: 11 days ago
JSON representation
An interface for an coffee delivery shop built in with React and TypeScript
- Host: GitHub
- URL: https://github.com/leonardospereira/coffe-delivery
- Owner: LeonardoSPereira
- Created: 2024-04-18T17:37:21.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-05-28T15:27:50.000Z (6 months ago)
- Last Synced: 2024-05-29T04:11:31.912Z (6 months ago)
- Topics: react, tailwindcss, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 2.86 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Coffee Delivery
## Table of Contents
- [About](#about)
- [Getting Started](#getting_started)
- [Usage](#usage)
- [Technologies](#technologies)## About
- This is an interface for a coffee delivery shop.
- The project was developed using React.js and TypeScript.
- The project was developed using the Vite framework.
- The application allows the user to add products to the cart, remove products from the cart, and change the quantity of the products.These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
- You need to have Node.js installed on your machine. You can download it [here](https://nodejs.org/en/).
- You need to have a package manager installed on your machine. You can use npm, pnpm or yarn.### Installing
A step by step series of examples that tell you how to get a development version running.
1. Clone the repository or download the zip file:
```bash
git clone https://github.com/LeonardoSPereira/Coffe-Delivery.git
```2. Install the dependencies:
```bash
npm install
```This instructions will help you to run the project on your local machine.
- With the dependencies installed, you can run the project using the following command:
```bash
npm run dev
```## Technologies
- [React.js](https://reactjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [Tailwind CSS](https://tailwindcss.com/)
- [Vite](https://vitejs.dev/)
- [Phosphor Icons](https://phosphoricons.com/)