- 📖 School-Library
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
[TDD-Project] provides collection classes with methods that seek to solve problems including finding the factorial of a number, return string with its reverse form and solving fizzuzz puzzles.
Client
Server
Database
- Have a factorial method
- Have a Solver Class
- Have a reverse method
To get a local copy up and running follow these simple example steps.
You need the following tools be installed in your computer:
Clone this repository to your desired folder:
cd my-prefered-folder
git clone https://github.com/shafiuyushawu/TDD-Ruby.git
Install this project with:
cd TDD-Ruby
bundle installTo run the project, execute the following command:
ruby solver.rbTo run tests, run the following command:
rspec spec/👤 Shafiu Ibn Yushawu
- GitHub: @shafiuyushawu
- Twitter: @shafiuyushawu
- LinkedIn: shafiuyushawu
👤 Nicholas Kwamena Amissah
- GitHub: Nicholas Amissah
- Twitter: Nicholas Amissah
- LinkedIn: Nicholas Amissah
- [Prepare base Decorator]
- Turn Person class to Nameable]
- [Prepare CapitalizeDecorator and TrimmerDecorator]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐ if you like this project!
- Thanks to the Microverse team for the great curriculum.
This project is MIT licensed.