Skip to content

melissapalmer/tech-radar

 
 

Repository files navigation

https://blog.jdriven.com/2018/10/easily-build-your-own-tech-radar/

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 start
  1. your default browser should automatically open and show the url: http://localhost:3000/

Deployment

  1. configure deployment url
export PUBLIC_URL=https://melissapalmer.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:

  • refactor to Typescript
  • 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

About

Visualizing my technology choices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 80.4%
  • JavaScript 13.7%
  • HTML 5.4%
  • CSS 0.5%