Vote Monitoring App
November 30, 2020 · 73 words · One minute
Table of Contents
About
Quoted from the original repo:
NGO dashboard for viewing answers submitted by certified observers.
My contributions include:
- developing significant parts of the application(e.g the Observers view, the Answers view)
- implementing complex data-flows
- fixing bugs
One of the most interesting challenges I’ve faced was to design a reusable table component. You can see how it looked like in this file(All responses and Observer management sections is where I’ve used the table component).
Images