https://github.com/rammcodes/headless-pizza
https://github.com/rammcodes/headless-pizza
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rammcodes/headless-pizza
- Owner: rammcodes
- Created: 2024-11-12T14:31:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-12T14:35:41.000Z (over 1 year ago)
- Last Synced: 2025-01-14T06:46:19.301Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://headless-pizza.netlify.app
- Size: 84 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Headless Pizza 🍕 - Demo Project
Headless Pizza is a simple demo project built with **React** and **Wix Studio’s Headless CMS**. It’s a restaurant menu app that fetches and displays menu items directly from a collection on Wix Studio’s CMS, allowing for easy content updates without backend code.
## Project Overview
This project demonstrates:
- **Dynamic Content**: Menu items are stored in Wix Studio’s CMS and fetched in real time by the React app.
- **Frontend Focus**: Ideal for frontend developers who want to manage content without handling backend infrastructure.
- **Client-Friendly Updates**: Content can be added, modified, or removed through Wix Studio’s CMS, making it easy for clients to update without touching the code.
## Installation
To get started with this project, follow these steps:
1. **Clone the repository**:
```bash
git clone
cd
```
2. **Install dependencies**:
```bash
npm install
```
3. **Run the development server**:
```bash
npm run dev
```
## Purpose
This demo showcases the ease of integrating **Wix Studio’s Headless CMS** with a frontend framework like React. It’s especially useful for frontend developers who want to keep content dynamic and client-accessible, without backend development.
Feel free to explore and customize this project!