Prerna Lele
@prernaleleAll solutions
- Submitted about 2 months ago
Responsive mobile friendly country search with useContext theme switch
- HTML
- CSS
- JS
- API
- I don't know (still) how to get rid of the icon when the user is typing. Or how to figure out that the user is entering the input and make "display: none". I have some idea, but this one I ended up not implementing.
- I faced a hard time thinking about how I should make the search partial but also if there is an exact match then bring up only the exact match. I left it as partial (so it uses includes)
- The design's color scheme baffled me, so I sort of figured it on the fly
- Submitted 8 months ago
using data attributes
- HTML
- CSS
- JS
I could use some help thinking through how individual dismiss button would work in re-generating the results.