Rails Command Helper
I always end up having to google certain rails commands as I am working on a project. So I decided to create a tool that allows me to input what I want to do, along with any of the names that are specific to my project and have it return the rails command I am looking for. I call it simply - Rails Helper!
[https://railshelper.com/](https://railshelper.com/)
It uses: React and react-bootstrap to create a simple single-page application. You can check out the code here:
[https://github.com/mckinney99/rails-helper](https://github.com/mckinney99/rails-helper)
I also implemented Google Analytics to help track website traffic and stats.