Skip to content

Welcome to ABardanDev's Tech Demos

This is a starting point for exploring my tech demos, showcasing my full-stack development skills.

DogeCoiner IO

This is a crypto portfolio web app. It's split up into multiple repos for different client/server systems.

Check out the live demo
React Angular

DogeCoiner-UI

The front end for displaying portfolios. I've built it in both latest React and Angular.

React Repo Angular Repo

DogeCoiner-API

An API for serving crypto price data that gets charted in the UI.

API Repo

DogeCoiner-DB

This is the database that stores crypto asset price data. There are various free and paid APIs that provide price data. Historical price data is mainly static, so I opted to have my own store that I update periodically to reduce 3rd party api calls.

DB Repo