Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joaopcm/gostack-githunter
🐺 a GitHub explorer application made with ReactJS and React Native
https://github.com/joaopcm/gostack-githunter
Last synced: 14 days ago
JSON representation
🐺 a GitHub explorer application made with ReactJS and React Native
- Host: GitHub
- URL: https://github.com/joaopcm/gostack-githunter
- Owner: joaopcm
- Created: 2019-10-23T19:59:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-06T08:27:43.000Z (over 3 years ago)
- Last Synced: 2024-12-22T05:29:36.782Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 2.99 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GitHunter
Application made during Rocketseat bootcamp. It consists of a web and mobile system that integrates with GitHub public API.
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
### Prerequisites
- [NodeJS](https://nodejs.org/en/) - Environment runtime
- [Yarn](https://yarnpkg.com/en/docs/install) - Packager managerWhat things you need to install the software and how to install them
```
$> git clone https://github.com/jopcmelo/gostack-githunter.git
```### Installing
A step by step series of examples that tell you how to get a development env running
#### Front-end
First install front-end dependencies
```
$> cd ./frontend/ && yarn
```
Then run app
```
$> yarn start
```#### Mobile
First install mobile dependencies and run app
```
$> cd ./mobile/ && react-native run-android
```
or
```
$> cd ./mobile/ && react-native run-ios
```## Built With
* [ReactJS](https://pt-br.reactjs.org/) - A front-end library to build user interfaces
* [React Native](https://facebook.github.io/react-native/) - A mobile library to build native apps to Android and iOS## Contributing
Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us.
## Authors
* **João Melo** - *Full-stack developer* - [GitHub profile](https://github.com/jopcmelo)
See also the list of [contributors](https://github.com/jopcmelo/gostack-gobarber/contributors) who participated in this project.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
## Acknowledgments
* React ecossystem
* React Hooks
* ReactJS
* React Native
* Reactotron
* React Navigation / React Router DOM
* React Toastify
* ESLint
* Prettier
* Styled Components
* Axios
* Etc