Aoe_technology_radar

screenshot of Aoe_technology_radar
nextjs
react

Create your own Technology Radar: A static site generator for a full featured Technology Radar. Features: Quadrants, Rings, Dashboard, Radar Visualization, Item History, Search etc..

Overview:

The AOE Technology Radar is a static site generator designed for creating technology radars. In its recent version 4.0.0, it has been completely rewritten using Next.js for enhanced static site generation. This new version includes features like fuzzy search using Fuse.js, non-overlapping blips on the radar, and a reworked tag filter on the homepage. The AOE Tech Radar can be utilized to create customized technology radars based on specific needs.

Features:

  • Complete Rewrite: Version 4.0.0 is a complete rewrite of the AOE Technology Radar.
  • Enhanced Visualization: The visualization has been improved without relying on the D3 dependency.
  • Fuzzy Search: Includes a fuzzy search feature based on Fuse.js for better search functionality.
  • Non-overlapping Blips: Blips on the radar now do not overlap, leading to better clarity.
  • Tag Filter: A reworked tag filter has been implemented on the homepage.
  • Open Source: The generator is free to use under an Open Source License for public use.
  • Customization: Users can configure the radar by changing attributes like basePath, baseUrl, logoFile, and jsFile in the config.json file.
nextjs
Next.js

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.