Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcode24/bon-appetito
🍕 Here you can buy or build your own pizza, choose the ingredients and the size of the pizza, and then you can order it.
https://github.com/marcode24/bon-appetito
angular food html5 javascript netlify pizza-builder scss typescript
Last synced: 11 days ago
JSON representation
🍕 Here you can buy or build your own pizza, choose the ingredients and the size of the pizza, and then you can order it.
- Host: GitHub
- URL: https://github.com/marcode24/bon-appetito
- Owner: marcode24
- License: mit
- Created: 2022-10-31T23:46:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-28T06:31:51.000Z (over 1 year ago)
- Last Synced: 2024-12-09T13:18:17.424Z (2 months ago)
- Topics: angular, food, html5, javascript, netlify, pizza-builder, scss, typescript
- Language: TypeScript
- Homepage: http://bon-appetito.netlify.app/
- Size: 1.86 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🍕 Bon Appetito
View Demo
![Version](https://img.shields.io/github/package-json/v/marcode24/bon-appetito?style=popout&logo=npm)
![GitHub CI Workflow Status](https://img.shields.io/github/actions/workflow/status/marcode24/bon-appetito/ci.yml?branch=main&style=popout&logo=testcafe&label=tests)
![GitHub repo size](https://img.shields.io/github/repo-size/marcode24/bon-appetito?style=popout&logo=github&label=repo%20size)
![GitHub](https://img.shields.io/github/license/marcode24/bon-appetito?style=popout&logo=github&label=license)
![GitHub Repo stars](https://img.shields.io/github/stars/marcode24/bon-appetito?style=popout&logo=apachespark&color=yellow&logoColor=yellow)
![Github repo views](https://img.shields.io/github/search/marcode24/bon-appetito/bon-appetito?style=popout&logo=github&label=repo%20views)
![GitHub last commit](https://img.shields.io/github/last-commit/marcode24/bon-appetito?style=popout&logo=git&label=last%20commit)## 🚀 Getting Started
Here you can buy or build your own pizza, choose the ingredients and the size of the pizza, and then you can order it.
### 📝 Requirements
- [![Angular](https://img.shields.io/badge/Angular-blue?style=popout&logo=angular&logoColor=red)](https://angular.io/)
- [![Node](https://img.shields.io/badge/Node-gray?style=popout&logo=node.js)](https://nodejs.org/en/)
- [![NPM](https://img.shields.io/badge/NPM-blue?style=popout&logo=npm)](https://www.npmjs.com/)
- [![Git](https://img.shields.io/badge/Git-gray?style=popout&logo=git)](https://git-scm.com/)Optional tools:
- [![Visual Studio Code](https://img.shields.io/badge/Visual%20Studio%20Code-blue?style=popout&logo=visual-studio-code)](https://code.visualstudio.com/)
### 📦 Installation & Usage
```bash
# Clone this repository
git clone https://github.com/marcode24/bon-appetito# Go into the repository
cd bon-appetito# Install dependencies
npm install# Run the app
ng serve
```shut it down manually with `Ctrl-C` or `Cmd-C`.
## 📐 Tests
```bash
# Run tests
npm run test# Run tests with coverage
npm run test:cov
```## 🌎 Environments
| Name | URL | PORT |
| ---------- | ---------------------------------------------------------------------- | ---- |
| Localhost | [localhost](http://localhost:4200) | 4200 |
| Production | [https://bon-appetito.netlify.app/](https://bon-appetito.netlify.app/) |## 📝 License
This project is under the [MIT](./LICENSE) license. See the LICENSE for more information. 😉
## Previews
Click to expand!
![home](https://res.cloudinary.com/dfeujtobk/image/upload/v1669689035/Bon%20Appetito/preview_q6thws.png)
![home](https://res.cloudinary.com/dfeujtobk/image/upload/v1669689036/Bon%20Appetito/payment_a6npef.png)