This is project is a React Native app, created using:
- React Native Navigation
- Custom loaders
- API Calls
- Responsive Desing
- Redux global store
- To run this project you need:
- NodeJS
- Expo Cli (Min. 5.5.1)
Once you have that, you're ready to go
Clone the project
git clone https://github.com/jesusalberto11/PokeAppGo to the project directory
cd PokeAppInstall dependencies
npm installStart the development server (Android and IOS)
expo startStart the development server (Web)
expo start:webTo deploy this project please check the following link:
Contributions are always welcome!
Please send a message if you're interested in contributing to the proyect.
Jesus Alberto - @LinkedIn
This project helped me understand the basics of React Native, I learned how to create and reuse components, make calls to public APIs, manage information between components, the use of the React Native Router, and finally how to use Redux Toolkit to display information to the diferent parts of the application.