/github-explorer

πŸ•΅πŸ»β€β™‚οΈ GitHub explorer - Search repos!

Primary LanguageTypeScriptMIT LicenseMIT


βš™οΈ A GitHub Explorer application

πŸŽ‰Demo App

πŸ’« Run this project steps

  1. Clone this repo: git clone git@github.com:louzada01/github-explorer.git;
  2. Open folder: cd github-explorer;
  3. Install deps: yarn or npm i;
  4. Run project: yarn start or npm run start;
  5. Open your browser in: http://localhost:3000/.

🀝 Contributing

  1. Fork this repository;
  2. Create your branch: git checkout -b my-new-feature;
  3. Commit your changes: git commit -m 'add a feature';
  4. Push to the branch: git push origin my-new-feature.

After your pull request is merged, you can safely delete your branch.

πŸ“ License

This project is licensed under the MIT License - see the LICENSE.md file for more information.


Made with β™₯ by louzada01