Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.14 KB

README.md

File metadata and controls

51 lines (33 loc) · 1.14 KB

Technology radar

This tool shows my skills and directions in which I intend to develop.

Local Development

  1. install dependencies with yarn (or npm):
yarn install
  1. start local dev server:
yarn dev
  1. your default browser should automatically open and show the url: http://localhost:3000/

Deployment

  1. configure deployment url
export PUBLIC_URL=https://yaneek.github.io/tech-radar/
  1. build
yarn lint
yarn build

History

Private technology radar based on Zalando's tech-radar. Thanks Zalando's team for their code. Base project was completely refactored but visualization concepts still exists :)

  • extracted tens of visualization functions
  • added React library to render filters & footer
  • build based on react-create-app
  • deployment on Github pages with Travis
  • enabled Typescript support

Todo:

  • radar visualization inside React compontents - d3.js & react, unfortunately both libraries works on DOM :(
  • change static data structures into database layer
  • entry names visualization withotut d3.js