Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Latest commit

 

History

History
35 lines (22 loc) · 1.02 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.02 KB

giza.js

In memory of Giza Goldfarb, @daonb's grandmother may her soul rest in peace

This project displays a Bio Chronus - a life's chronology in single screen.

The code draws arcs, labels and images on an HTML5 canvas, making it simple and fast to scale and transition. We are following the KISS methodology keeping the number of libs to the bare minimum. Here is what we have:

Development Enviornment

We are using npm for the dev server code and cypress which is used to test the code.

$ npm install
$ make test
$ npm dev

And point your browser at http://localhost:8080

Contribuiting

Just fork, fix or/and improve and open a Pull Request. If you're not sure where to start there are always a few open issues marked good first issue.