An open API service indexing awesome lists of open source software.

https://github.com/rammcodes/headless-pizza


https://github.com/rammcodes/headless-pizza

Last synced: 6 months ago
JSON representation

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!