To run this application, you will need to install:
Download the source code to a new directory, then cd to that directory:
git clone https://github.com/avitevet/udacity-meetup avitevet-udacity-meetup
cd avitevet-udacity-meetup
Install the dependencies
npm install
Start the web server and open a browser window to the front page of the application:
gulp serve
Start the web server and open a browser window to the front page of the application:
gulp serve:dist
The data is persisted in sessionStorage, therefore all entered data will be lost when the browser window is closed.
The "sign up" and "login" features are not secure so please do not reuse a password from any secure service.
Please follow the (hopefully) clear workflow to create an event.
The application supports bulk email import, which allows users to (for example) copy and paste a cc list from an email.
This project is provided under the MIT License