lingSearch is a mobile app that allows users to view leaderboards users based on banana count. Mobile app user can sort the leaderboard alphabetically, search for specific users by name, and compare rankings using a dedicated column. Keep track of your banana count and climb the ranks with lingSearch!
- View leaderboard
- Sort leaderboard by name
- Sort leaderboard by rank
- Search user by name
- Fuzzy search (search user by partial name)
Component-Based Architecture
React Native, Redux, React Navigation, React Native Linear Gradient
https://github.com/sumudu-dewasurendra/lingSearch.git
cd lingSearch
yarn install
cd ios
pods install
yarn start
Android
yarn android
iOS
yarn android
To run tests, run the following command
yarn test