Easy-to-use event management plugin for sending invitation to your guests

Installs: 41

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 3

Forks: 1

Type:project

dev-master 2018-03-12 08:38 UTC

README

This project was built as part of Build a Web App, training programme by CodeTrek.

About the RSVP Plugin

Organizing events can be quite a headache and we tried to solve this problem at CodeTrek. You can send out personalised invitations to guests for events and records their responses.

Version

1.1.0

Features(Version:1.0)

  1. Create Events
  2. See All Events/Delete Event
  3. Add Guest
  4. See All Guests/Delete Guest

Installation Instruction

Method 1: (Manually)

  1. Download the ZIP file from the above option.

  2. Install a Plugin using the WordPress Admin Plugin Upload. (Learn how to upload plugin manually)

Method 2: (Through Composer)

  1. If you aren’t familiar with the dependency management tool named Composer, take the time to read the Composer documentation.

  2. To install 'RSVP Invitation' plugin through Composer:

  3. Go to the /wp-content/plugins/ directory and upload the rsvp folder through the command given below:

composer create-project coloredcow/rsvp 
  1. Activate the plugin through the ‘Plugins’ menu in WordPress.

License

The RSVP is open-sourced WordPress plugin licensed under the GPL3+ license.

Blogs by trainees

1.Open Source: Exploring New Possibilities

2.Open Source: First Step is Documentation

3.OPen Source: Working With People!!