Skip to content

Latest commit

 

History

History
47 lines (25 loc) · 1.21 KB

README.md

File metadata and controls

47 lines (25 loc) · 1.21 KB

Freelancer App

CircleCI

Installation

npm install or yarn install

Runing application

npm start or yarn start

Roadmap

Stage 1

Initial proof-of-concept. [IN PROGRESS]

  • Search
  • Implement Tests with Mocha
  • Adapt old code for the Aribnb Style Guide
  • Renderer ReactElements to simple DOM

Stage 2

  • Back End with Elastich Search + MongoDb

Stage 3

  • Amamzon Alexa API

Contributions

Before submitting a pull request, please make sure the following is done:

  1. Fork the repository and create your branch from master.
  2. Run yarn in the repository root.
  3. If you've fixed a bug or added code that should be tested, add tests!
  4. Ensure the test suite passes (yarn test). Tip: yarn test --watch TestName is helpful in development.
  5. Create a pull request to the dev branch.