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

https://github.com/qanastek/canteen-menu

Canteen Menu
https://github.com/qanastek/canteen-menu

calendar school wordpress wordpress-plugin

Last synced: about 1 month ago
JSON representation

Canteen Menu

Awesome Lists containing this project

README

          

Canteen Menu is a Wordpress plugin who add a canteen menu for a week.
This plugin was mainlly made for schools.

⚠️ Warning : This theme work on WordPress 5.0+ ⚠️

## Installation

### Step 1 - Install the plugin

1) First of all, go into your website FTP
2) Go inside wp-content > themes
3) Download the plugin

Download the [zip file](https://github.com/qanastek/Next-Events/archive/master.zip) from GitHub.

or

```bash
Git clone https://github.com/qanastek/Next-Events.git
```

4) If you download the zip file, extract it here

## Setup the canteen menu

Use the block:

![The block](demo_pictures/block.png)

or

Use the shortcode :
```php
[CanteenMenu]
```

or

Use the php function :
```php
echo do_shortcode("[CanteenMenu]");
```

### Step 2 - Enable it

1) Go to your administrator panel
2) Enable the plugin inside the plugins section

## Step 3 - Make your own canteen menu

* Go to the "menu de la cantine" in the WordPress side bar
* Fill up the fields
* Save

## Technical informations

Mainlly built with **JavaScript** (For the entire plugin) and **React** (For the WordPress Block Editor side)

## Pictures

### Admin side

![The block](demo_pictures/adminPanel.png)

### User side

![The block](demo_pictures/frontend.png)