- Ruby 2.7.1
- Rails 5.2.6
git clone https://github.com/paularesende/word_count_challenge.git word_counter
cd word_counter
bundle install
rails s
With this project the user can count words input into a web form
Ruby
git clone https://github.com/paularesende/word_count_challenge.git word_counter
cd word_counter
bundle install
rails s