andymerskin / securio-playground

Design + code exercise for a fake cyber-sec company to practice creating data visualizations, and another excuse to use Tailwind.

Home Page:https://www.andymerskin.com/sites/securio/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Screen Shot 2021-09-22 at 12 01 00

Securio Playground Netlify Status

A fake security company delivering all your security needs!

Live Demo

What's the goal for this?

  • ✔️ A playground to visualize sets of data
  • ✔️ Experiment with a popular data visualization library (VictoryCharts) with a standard set of charts and enough customization to make a dent.
  • ✔️ Another excuse to keep playing with Tailwind, twin.macro (CSS-in-JS wrapper for Tailwind), and Vite -- three of my favorite web technologies that make client-side development a total delight

What's next?

  • Additional charts to represent aggregates of incident categories
  • Use of a popular data-grid library (AG Grid) to represent the same data in table format, tied to filters as well
  • Filtering of incidents (by category, longer date ranges) that update the chart and table, respectively
  • Mock more data
  • Move mock data to a Netlify function as an API to tie loading states to the UI and handle filtered requests

How long did this take you to make?

So far, about 7-8 hours of focused development time, including scaffolding and lots and lots of design tweaks to get things just right.

Stack

  • Vite
  • React-TS
  • twin-macro (Tailwind CSS) + Emotion
  • VictoryCharts (based on D3.js)

About

Design + code exercise for a fake cyber-sec company to practice creating data visualizations, and another excuse to use Tailwind.

https://www.andymerskin.com/sites/securio/

License:MIT License


Languages

Language:TypeScript 94.8%Language:HTML 3.0%Language:JavaScript 2.2%