- 🏠 About
- 🎯 Installation
- 💻 Techs
- 👤 Author
- 🤝 Contributing
- 📜 License
This project was developed with React Native and using the Expo.
I used Axios to consume the data from the github's public api, and through it I made all the requests.
The Moment was used to format the dates.
The React Navigator Stack to build navigation between the app's screens.
Styled Components to style the components.
I also got the app icons from the Expo Vector Icons.
This app is used to search for users on github.
First you need to install:
By HTTPS, running this command:
git clone https://github.com/LeoMSSilva/SearchGithub.git
Or by ssh, running this command:
git clone git@github.com:LeoMSSilva/SearchGithub.git
SSH is a secure protocol, but you need to register a key ssh in your github before.
yarn
or
yarn install
yarn start
- Axios
- Expo
- Expo/vector-icons
- Moment
- React
- React-native
- React-navigation/native
- Styled-components
- Typescript
LeoMSSilva
- Github: @LeoMSSilva
- LinkedIn: @LeoMSSilva
Contributions, issues and feature requests are welcome! Feel free to file a new issue on the SearchGithub repository. If you already found a solution to your problem, I would love to review your pull request!
Copyright ©️ 2021 LeoMSSilva.
This project is MIT licensed.