Milestones
- Setup the mock server for testing of the component library.
- Completed the filter widget fetching and displaying of options via API
Sunbird ED
. - Dynamic Labelling of the options and displaying corresponding values present in the API.
- Created the Card component
- Tailwind CSS card
- Simple CSS card
Screenshots / Videos
API Mock Server
Tailwind CSS Card
Basic CSS Card
Dynamic Rendering of Options
Contributions
Pull Requests
NPM Package
Learnings
- Behavior of the
useState
the asynchronous nature state values and their current closures. - Optimal Caching Policies and significant performance improvements for fetching up the data from API.