This is an educational project that will implement a class with some methods, but will be done by test-driven development (TDD):
- Return a factorial
- Return a reversed string
- Return a specific string based on the passed integer
Server
Describe between 1-3 key features of the application.
- [Return a factorial]
- [Return a reversed string]
- [Return a specific string based on the passed integer]
To get the content of this project locally you need to run the following commands in your terminal.
- IDE(code editor) like: Vscode, Sublime, etc.
- Git
- Download the Zip file or clone the repo with:
git clone git@github.com:Strangeal/TDD-Test.git
- To access cloned directory run:
cd OOP-school-library
- Open it with in your terminal
ruby person.rb
To install linters and other project's dependencies run:
bundle install
For tracking linter errors locally you need to follow these steps:
- For tracking linter errors in HTML files run:
rubocop
👤 Justice Bajeri
- GitHub: Link to Github Profile
- Twitter: Link to Twitter Profile
- LinkedIn: Link to LinkedIn Profile
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Inspiration
- etc
👤 Daron Wiafe
- GitHub: Link to Github Profile
- Twitter: Link to Twitter Profile
- LinkedIn: Link to LinkedIn Profile
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.