Skip to content

emguy/Meet-Up-Event-Planner

Repository files navigation

Meet-Up-Event-Planner

This is an offline event organizer applications. It includes a user registration/authentication system. All user data is store in the local storage. Users are able to insert, delete, and modify their events through carefully designed web UI. This application is intended to be run on devices with different screen sizes and orientations.

Requirements

The following tools or libraries are required to reproduce the compressed source file.

  1. node.js
  2. React.js
  3. webpack
  4. Redux
  5. Babel
  6. node-sass

DEMO

Click here to try out the demo.

Development Environment Setup

To start the devlopment server, excute the following in the command-line shell.

npm start