Currency Ticker (2024)
Take-Home Challenge (3 days)
Description
My submission for a take home challenge as part of an interview process. The challenge was to create an application to fetch and display a frequently updated dataset via API. The application had to update data live, include list and details pages, and be responsive. I used the coincap.io API to fetch and display cryptocurrency data on a 30 second interval. 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
- Seamless transition between empty and states
- Completed challenge within tight 3 day deadline
- Designed and developed from scratch
- Includes a detailed post mortem document in the repo (PostMortem.md)