A simple React-Native application to fetch stackoverflow user infos
- light/dark mode
- http fetching
- text input field with debounce (300ms)
- reset search field
- opening http content in modal
- display smootly html encoded characters
- labels string in external json file (allow to adapt easily i18n)
- filtering result (server filtering)
- git clone [email protected]:ah584d/crs.git
- cd stkOverFlow
- npm ci -d
- cd ios
- pod install
- run Xcode and open ios folder, then press play button, it will take a few minutes and will launch the application
In order to test: type user id 1234567 (and change typing speed to test debouncing)
- android support
- client side filter (faster)
- add state management (Redux, Mobix...)
- accessibility
- handle network errors
- unit tests
- perfect pixel improvment