https://search-github-dnvtrn.herokuapp.com
Type for an username and get GitHub user details.
This project was bootstrapped with Create React App.
git clone git@github.com:danvitoriano/search-github.git
cd search-github
yarn
yarn start
Starts the development server at http://localhost:3000.
yarn build
yarn test
yarn e2e
Starts http://cypress.io JavaScript End to End Testing Framework. You can change properties, environment and mock stubs at Globals.js
file.
Automated build continuous process with CircleCI
Install now.sh to build and deploy on public address. Then just run:
now
Use Heroku Buildpack.
✏️ Replace $APP_NAME
with a name for your unique app.
git init
heroku create $APP_NAME --buildpack https://github.com/mars/create-react-app-buildpack.git
git add .
git commit -m "Start with create-react-app"
git push heroku master
heroku open
GitHub API has 5000 request limit per hour. If you got stucked into this, use this fork of mock-github-api and run it from localhost. You can change properties at Globals.js
file.
Provides additional documentation and share long-form content about this project.
View all issues or open a new issue.
Create a new pull request to collaborate, discuss and review potential changes.