This is a simple blockchain implementation that shows exactly how a blockchain works, along with the visual representation of the blocks and the transactions in them. Most of the important functionalities like proof of work, signing transactions, validating transactions have already been implemented.
The Front-End for this implementation is built using Angular.
To run this on your machine locally, find your way to the root directory and run the command ng serve
.