Take Home Challenge - Currency Ticker
Description
My submission for a take home challenge as part of an interview process. The challenge was to create an application that utilizes an API that frequently updates data and display a list and details page for the returned data. I used the coincap.io API to fetch and display cryptocurrency data which was updated every 30 seconds. I implemented a persistent favorites system using local storage, pagination with 'show more' and 'show less' buttons, and skeleton components to minimize layout shifts.
Highlights
- Led to a final interview and job offer
- Completed challenge within tight 3 day deadline
- Designed and developed from scratch
- Includes a detailed post mortem document (PostMortem.md)