Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.37 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.37 KB

meet-up-event-planner

On this branch project configured to be build with webpack
Brunch build is available on the branch brunch-build

Pretty simple event planner which includes creating and deleting of events, also login and signup.

Demo

Demo

How to run

  1. Clone or download the repo and go to the project directory
    git clone https://github.com/beznosd/meet-up-event-planner.git
  2. Install dependencies via npm npm install
  3. Run npm start in project folder, wait a minute
  4. Open this address http://localhost:8080 in your browser

Core libraries, frameworks, tools used in this project

  1. React.js (library for building user interfaces by Facebook)
  2. Redux (predictable state container for JavaScript apps)
  3. React Router (routing library for React)
  4. Materialize (css framework based on Material Design)
  5. Webpack (powerfull JS module bundler)
  6. Babel (JS compiler that allowed me to use ES6 features and JSX syntax)
  7. ESLint (cool linting utility for JavaScript and JSX)

License

MIT Copyright (c) 2016 Dima Beznos