https://github.com/msvalandro/pizzashop-web
pizza.shop is a web application built with React.js, Shadcn, and Tailwind CSS. The app was developed during the [Rocketseat Ignite](https://www.rocketseat.com.br/) program as part of my learning journey. It aims to provide a seamless experience for managing restaurant deliveries.
https://github.com/msvalandro/pizzashop-web
react shadcn-ui tailwindcss
Last synced: 2 months ago
JSON representation
pizza.shop is a web application built with React.js, Shadcn, and Tailwind CSS. The app was developed during the [Rocketseat Ignite](https://www.rocketseat.com.br/) program as part of my learning journey. It aims to provide a seamless experience for managing restaurant deliveries.
- Host: GitHub
- URL: https://github.com/msvalandro/pizzashop-web
- Owner: msvalandro
- License: mit
- Created: 2024-05-22T21:54:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-26T12:39:22.000Z (about 2 years ago)
- Last Synced: 2025-01-08T09:15:29.698Z (over 1 year ago)
- Topics: react, shadcn-ui, tailwindcss
- Language: TypeScript
- Homepage:
- Size: 565 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🍕 pizza.shop
**pizza.shop** is a web application built with React.js, Shadcn, and Tailwind CSS. The app was developed during the [Rocketseat Ignite](https://www.rocketseat.com.br/) program as part of my learning journey. It aims to provide a seamless experience for managing restaurant deliveries.
## ✨ Features
- Manage restaurant deliveries
- Monitor monthly revenue and financial performance
- User-friendly dashboard with detailed analytics
- Responsive design
## 👾 Getting Started
Follow these steps to get the app up and running on your local machine.
### Prerequisites
- Node.js v18.17.1 or higher
- pnpm (package manager)
### Installation
*before running this front-end, you will have to clone the back-end from https://github.com/msvalandro/pizzashop-api and follow the instructions on README.md file*
create a `.env.local` file copying the environment variables from `.env.example` file to run it locally
```sh
# Clone the repository
git clone https://github.com/msvalandro/pizzashop-web.git
cd pizzashop-web
# Install dependencies
pnpm i
# Run the app
pnpm dev
# Run the app w/ mocked requests (no back-end needed)
pnpm dev:test
# Run tests
pnpm test
# Run e2e tests w/ playwright
pnpm test:e2e
```
## 📄 License
This project is licensed under the MIT License - see the LICENSE file for details.