Skip to content

LeoMSSilva/SearchGithub

Repository files navigation

SearchGithub

Author Version Languages Stars Forks Contributors


📌 Table of Contents


🏠 About

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.


🎯 Installation

First you need to install:

  • Node.js (required)

  • Yarn (optional)

  • Expo (required)

    Then in order, clone the project.

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.

🛠️ Install dependencies

  yarn

or

  yarn install

🚀 Getting Started

  yarn start

💻 Techs

  • Axios
  • Expo
  • Expo/vector-icons
  • Moment
  • React
  • React-native
  • React-navigation/native
  • Styled-components
  • Typescript

👤 Author

LeoMSSilva


🤝 Contributing

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!


📜 License

Copyright ©️ 2021 LeoMSSilva.
This project is MIT licensed.