HMDarkFir3 / pokedex

Application Developed with React Native, Expo and TypeScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐Ÿš€ Done ๐Ÿš€

Repository size GitHub last commit License


๐Ÿ“‹ About

Application that shows a list of Pokรฉmon and their specifications.
API documentation used: PokรฉAPI


๐Ÿ“‚ How to run this project

To clone and run this app, you will need to Git, NodeJs and Android Studio installed on your computer or a mobile device with android or ios with the Expo Go app installed.

๐ŸŒ€ Cloning the repository

# Clone this repository
$ git clone https://github.com/HMDarkFir3/pokedex.git

# Access the project folder in the terminal/cmd
$ cd pokedex

๐ŸŽฒ Running the Application

# 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:


๐Ÿ’ช 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


๐Ÿง‘ Author

Henrique Luรญs Oliveira Marques


๐Ÿ“ License

This project is under the MIT license. See the LICENSE to learn more.
๐Ÿ‘‹๐Ÿฝ Get in touch!

About

Application Developed with React Native, Expo and TypeScript.

License:MIT License


Languages

Language:TypeScript 84.0%Language:Java 14.4%Language:JavaScript 1.6%