Brian Maina's Submission - #4
Open
brianmmaina wants to merge 28 commits into
Open
Conversation
Ferrari dashboard submission
Updated F1 team name and added video link.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Brian Maina's Submission
Date: April 19th 2026
Email: bmmaina@bu.edu
Class Year: Class of '28
Favorite F1 Team: Scuderia Ferrari
Core Requirements
Please check off which features you have implemented:
Extra Features (Optional)
Screen Recording
Video Link: https://drive.google.com/file/d/1qyAP-aJf1fK5JsYh11EZ7JUIL2HX4iOe/view?usp=sharing
Website Link: https://technical-assessment-fall-26-spua.vercel.app/
Written Portion
Overall it went very well. As a Ferrari fan (former redbull fan), theming wasn't an issue, but what I really enjoyed was the data side of things. The Ergast API is slow and rate-limited so implementing a progress bar for "All Seasons" view to not get stuck while fetching the data was interesting to set up.
I had nice experience in clean coding and refactoring and when all of this became reality, it became obvious that there were many pieces of code that could be reused. So, after that, I created reusable HeroButton, Pagination and ResultsTable components along with a couple of custom hooks.
The project was much larger than what I had initially planned. I thought it would just be "fetching data and putting it into a table", but after adding filtering using search, regex, booleans, charts and theming along with deploying, it became a whole project for me. Also, Recharts and Framer Motion were something I hadn't used before and I enjoyed learning them.
If I had two more weeks, I would implement a simple backend layer that will cache the API responses rather than querying Ergast every time, create an individual drivers' race comparison feature, and retrieve lap times from OpenF1 to graph the data. In addition, I would redesign the Results tabular data structure, which becomes tight on mobile, replacing it with a card layout for smaller displays.