Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gentildpinto/gitfinder

A simple tool that allows find GitHub users by his username.
https://github.com/gentildpinto/gitfinder

github rails ruby ruby-on-rails tailwindcss

Last synced: about 2 months ago
JSON representation

A simple tool that allows find GitHub users by his username.

Awesome Lists containing this project

README

        


GitHub Profile Finder

A tool that allows anyone to find GitHub users by his username.

Table of Contents



  1. About The Project



  2. Getting Started


  3. Contributing

  4. License

  5. Contact

## About The Project

![Profile Finder](screenshots/gh.gif)

A simple tool that allows anyone to find GitHub users by his username.

### Built With

This project was built with:

* [Ruby on Rails](https://rubyonrails.org/)
* [Tailwind CSS](https://tailwindcss.com/)
* [sweetalert2](https://sweetalert2.github.io/)

Extra:

* [Profile Card Template](https://www.tailwindtoolbox.com/templates/profile-card)

## Getting Started

This is an example of how you may give instructions on setting up your project locally.
To get a local copy up and running follow these simple example steps.

### Prerequisites

This is a list of the things you need to use the software.
* [Ruby](http://www.ruby-lang.org/en/)
* [Rails cli](https://rubyonrails.org/)
* [nodejs](https://nodejs.org/en/)
* [yarn](https://yarnpkg.com/)

### Installation

1. Clone the repo
```sh
git clone https://github.com/gentildpinto/gitfinder.git
```
2. Install gems with bundler
```sh
bundle install
```
3. Install JavaScript packages with yarn
```sh
yarn install
```
4. Run the project
```sh
rails s
```

## Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

## License

Distributed under the MIT License. See `LICENSE` for more information.

## Contact

Gentil Pinto - [@gentil__pinto](https://twitter.com/gentil__pinto) - [email protected] - [Linkedin](https://www.linkedin.com/in/gentilpinto)