https://github.com/benmuiruri/palindrome_app
This repo contains a live a dynamic Ruby web app that uses `Sinatra` - A ruby micro-framework. The app will put the custom Ruby gem `bkiarie_palindrome` to good use in a web-based palindrome detector app.
https://github.com/benmuiruri/palindrome_app
minitest ruby ruby-on-rails sinatra
Last synced: about 2 months ago
JSON representation
This repo contains a live a dynamic Ruby web app that uses `Sinatra` - A ruby micro-framework. The app will put the custom Ruby gem `bkiarie_palindrome` to good use in a web-based palindrome detector app.
- Host: GitHub
- URL: https://github.com/benmuiruri/palindrome_app
- Owner: Benmuiruri
- Created: 2022-07-08T10:17:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-08T10:39:34.000Z (almost 4 years ago)
- Last Synced: 2025-11-23T04:04:41.939Z (7 months ago)
- Topics: minitest, ruby, ruby-on-rails, sinatra
- Language: Ruby
- Homepage: https://stark-ocean-67193.herokuapp.com/
- Size: 97.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Palindrome Detector App
[live link](https://stark-ocean-67193.herokuapp.com/check)
## Built With
- **Ruby**
## Getting Started
Clone the project, make sure you have ruby installed and you are good to go. After cloning the repo, follow these steps to get the app working:
`$ bundle install`
`$ bundle exec rake`
`$ bundle exec rerun app.rb`
## Author
👤 **Ben**
- GitHub: [Ben Kiarie](https://github.com/Benmuiruri)
- Twitter: [Optimize](https://twitter.com/_optimize)
- LinkedIn: [Ben Kiarie](https://www.linkedin.com/in/benjamin-kiarie-180b66149/)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Benmuiruri/ruby_tutorial/issues).
## Acknoledgements
Huge should out to [Michael Hartl](https://github.com/mhartl) and all the people doing amazing things at [Learn Enough](https://www.learnenough.com/) to help people establish a strong foundation and get into Web Development.
## Show your support
Give a ⭐️ if you like this project!