This is an Expo project created with create-expo-app
.
-
Install dependencies
npm install
-
Start the app
npx expo start
In the output, you'll find options to open the app in a
- development build
- Android emulator
- iOS simulator
- Expo Go, a limited sandbox for trying out app development with Expo
You can start developing by editing the files inside the app directory. This project uses file-based routing.
When you're ready, run:
npm run reset-project
demo_video.mp4
- Implemente a debounced pokemon search functionality maybe using lodash for the debaounced callback
- Impmement some fancy animations for the "on-demand" pokemon api data fetching
- Implement some fancy anmations on screen tranitions and elements showing in the details page
- Implement a lazy loading function to load all pokemons data, store it locally and then improve the searchbox by suggesting pokemon names, something like an autocomplete feature, this would also allow to provide a user a list of pokemons user already searched in the past
- I used Copilot Pro to help me to code faster. I presume that 60% of the code produced was created and improved by using it, it was mainly used to create the RTK API request logic and some data transformation to save API requests like bringing the pokemon details together when we invoke the main pokemon list.