Idea-Pool / js-assertion-cheat-sheet

This repository contains examples of various, often used, and tricky assertions in the common JS assertion tools.
https://js-assertion.ideapool.community/
Other
2 stars 3 forks source link

Create the template and application architecture #4

Closed szikszail closed 5 months ago

szikszail commented 2 years ago

The cheat sheet should be built to be easily extended and readable for the end-user.

This task is to figure out a solution:

  1. to store tool data
  2. to store assertion data
  3. to store examples/implementations
  4. to generate the cheat sheet (which later will be hosted in GitHub Pages - https://pages.github.com/)