Code Monkey home page Code Monkey logo

table-reservation's Introduction

Table Reservation - Wordpress Plugin


Table Reservation

Pick a place!

True Emotions Studio

Table of Contents

Introduction ๐Ÿ‘‹

This plugin allows users quickly book a table in your cafe or make a restaurant reservation. Undoubtedly, its simplicity and beauty will increase the attendance of your place. Built with Vue and Wordpress is the most feature-rich WP Table Reservation Plugin that is 100% free.

Features ๐Ÿ‘“

A few of the things you can do with Table Reservation:

  • Selectable tables for reservations
  • THERE ARE NO COLLISIONS, i.e. one table can't be reserved by different people simultaneously.
  • Comfortably add, edit, delete or reject reservations from Wordpress dashboard
  • Email notifications about reservation (both for admin and guest)
  • Customisable colors, date/time format and all notification mails about reservation
  • Each field of reservation form is easily translatable into the required language
  • Well-thought-out mobile usability in the field
  • WPBakery(Visual Composer) compatible

Feedback ๐Ÿ™‹

Feel free to file an issue. Feature requests are always welcome.

Build Process ๐Ÿ”จ

  • Clone or download the repo
  • Put it in wp-content/plugins/ (preferably on a locally deployed server with wordpress)
  • Go to table-reservation/tremtr (here is front-end web app on Vue js)
  • npm install to install dependencies
  • npm run dev to start develope app
  • Activate plugin inside WordPress and create a new table
  • Now you can modify the Vue Js code and immediately watch how it will work in Wordpress

Build Production Version of Plugin

  • npm run build to build front-end part of plugin
  • Copy JS files from ./tremtr/dist/static/js to ./assets/js
  • Open table-reservation.php in plagin's root and comment
  wp_register_script( 'tremtr-app', 'http://localhost:8080/app.js' , '', '', true );
  • In the same place uncomment and rename next lines
            // wp_register_script('tremtr-manifest', TREMTR_PLUGIN_URL . '/assets/js/manifest.6a98d09897ee4023cfac.js', array(), '1.0.0', 'screen, all');
            // wp_register_script('tremtr-vendor', TREMTR_PLUGIN_URL . '/assets/js/vendor.27bdc60e48dd445d7732.js', array(), '1.0.0', 'screen, all');
            // wp_register_script('tremtr-app', TREMTR_PLUGIN_URL . '/assets/js/app.5ba64ddd460771627e94.js', array(), '1.0.0', 'screen, all');

Contributors ๐Ÿ’ช

This project follows the all-contributors specification and is brought to you by these awesome contributors.


Ivan Novikau

๐Ÿ’ป๐Ÿ’ฌ๐Ÿค”

Helen Novikava

๐ŸŽจ๐Ÿค”

Alexey Novikau

๐Ÿ’ป๐Ÿค”

Alessandro Crolla

๐Ÿ’ต

Sponsors ๐Ÿ’ฐ

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. Become a sponsor

License ๐Ÿ“„

GPL-3.0 License

table-reservation's People

Contributors

vanadiuz avatar katgrach avatar

Watchers

Prasanth avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.