https://github.com/henriquemarquesdev/pokedex
Application Developed with React Native, Expo and TypeScript.
https://github.com/henriquemarquesdev/pokedex
axios expo react react-native react-native-reanimated react-navigation styled-components typescript
Last synced: 2 months ago
JSON representation
Application Developed with React Native, Expo and TypeScript.
- Host: GitHub
- URL: https://github.com/henriquemarquesdev/pokedex
- Owner: henriquemarquesdev
- License: mit
- Created: 2022-01-23T00:55:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-10T23:11:25.000Z (almost 2 years ago)
- Last Synced: 2025-02-24T16:48:08.872Z (over 1 year ago)
- Topics: axios, expo, react, react-native, react-native-reanimated, react-navigation, styled-components, typescript
- Language: TypeScript
- Homepage:
- Size: 1.52 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
๐ Done ๐
---
## ๐ About
Application that shows a list of Pokรฉmon and their specifications.
API documentation used: [PokรฉAPI](https://pokeapi.co/)
---
## ๐ How to run this project
To clone and run this app, you will need to [Git](https://git-scm.com), [NodeJs](https://nodejs.org/en/) and [Android Studio](https://developer.android.com/studio) installed on your computer or a mobile device with android or ios with the [Expo Go](https://expo.dev/client) app installed.
### ๐ Cloning the repository
```bash
# Clone this repository
$ git clone https://github.com/HMDarkFir3/pokedex.git
# Access the project folder in the terminal/cmd
$ cd pokedex
```
### ๐ฒ Running the Application
```bash
# Install dependencies
$ yarn install or npm install
# If you are using your cellphone how emulator, run
$ npx expo start
# If you are using the Android emulator, run
$ yarn android ou npm run android
# If you are using the IOS emulator, run
yarn ios or npm run ios
```
---
## ๐ Technologies Used
The project was developed using the following technologies:
- [React Native](https://reactnative.dev)
- [Expo](https://docs.expo.io)
- [TypeScript](https://www.typescriptlang.org)
- [React Navigation](https://reactnavigation.org)
- [React Query](https://tanstack.com/query/latest/docs/react/overview)
- [Axios](https://github.com/axios/axios)
- [React Native Reanimated](https://docs.swmansion.com/react-native-reanimated/)
- [Styled Components](https://styled-components.com)
---
## ๐ช How to contribute to the project
1. Make a **fork** of the project.
2. Create a new branch with your changes: `git checkout -b my-feature`
3. Save the changes and create a commit message telling you what you've done: `git commit -m "feature: My new feature"`
4. Submit your changes: `git push origin my-feature`
> If you have any questions check out this [guide on how to contribute to GitHub](https://github.com/firstcontributions/first-contributions)
---
## ๐ง Author
Henrique Luรญs Oliveira Marques
---
## ๐ License
This project is under the MIT license. See the [LICENSE](./LICENSE) to learn more.
๐๐ฝ [Get in touch!](https://www.linkedin.com/in/henrique-luรญs-oliveira-marques-3406361a7/)