/my-skills

Project developed as an introduction to rocketseat's react native track of ignite 🏁

Primary LanguageJavaMIT LicenseMIT

Github explorer

My skills


GitHub language count Repository size GitHub last commit Stargazers



📚 Project

Github explorer is a project in which you enter a repository and it will list a series of information about the repo, such as stars, issues, forks.



🖥 Technologies

This project was developed with the following technologies:



🔖 Layout



❓ How To Use

To clone and run this application, you'll need Git, Node.js + Yarn installed on your computer.

From your command line:

Clone the project

# Clone this repository
$ git clone https://github.com/lineuxyz/my-skills

# Go into the repository
$ cd my-skills

# Install dependencies
$ yarn install

# Run project
$ yarn start


🤔 How to contribute

  • Make a fork;
  • Create a branck with your feature: git checkout -b my-feature;
  • Commit changes: git commit -m 'feat: My new feature';
  • Make a push to your branch: git push origin my-feature.

After merging your receipt request to done, you can delete a branch from yours.



📜 License

This project is under the MIT license. See the LICENSE for details.

Made with ❤️ by Lineu Pastorelli