Skip to content

Latest commit

 

History

History
42 lines (36 loc) · 1.65 KB

README.md

File metadata and controls

42 lines (36 loc) · 1.65 KB

EuroHub

Eurohub was built as part of Euromoney's Techsprint 2015 hackathon competition. It was designed to alleviate many of the problems associated with cumbersome and ill-designed intranets by providing an intuitive search function alongside a dynamically loaded single page app.

Installation

  1. Clone the repo and cd into it.
  2. Run npm install on the terminal.
  3. Run gulp build on the terminal.
  4. Run npm start on the terminal.
  5. Load up the web-app on http://localhost:8080

Alternatively, check out our deployed version on heroku:
http://euro-hub.herokuapp.com/

User Stories

As a busy Euromoney employee
So that I can communicate with the right person
I would like to be able to search for a fellow employee
As a blocked Euromoney employee
So that I can find an expert for my specific task
I would like to be able to search fellow employees by their skills
As a new Euromoney employee
So that I can find important company information quickly
I would like to search company documents by keyword
As an unsure Euromoney employee
So that I can start searching without knowing exactly what I'm looking for
I would like to search company documents by keyword

Team