- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
Solver is a class with 3 methods. The first method factorial
takes an integer and returns the factorial, second method reverse
takes a string and return it in reverse and the third method fizzbuzz
takes a integer and return strings. All these methods are implemented using TDD, the idea is to write test first and then code.
- Factorial of inters
- Reverse a string
- Modulus of integer and return string
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Install ruby using link
Clone this repository to your desired folder:
mkdir folder_name
cd folder_name
git clone git@github.com:tsheporamantso/TDD.git
Install this project with:
bundle install
rspec install
To run the project, execute the following command: run the result on the terminal through:
rspec ./spec/solver.rb
No tests available.
👤 Gladwin Tshepo Ramantso
- GitHub: @tsheporamantso
- Twitter: @ramgt001
- LinkedIn: Tshepo Gladwin Ramantso
👤 Aung Pyae Khant
- GitHub: @lilskyex0x
- Twitter: @Aung Pyae Khant
- LinkedIn: Aung Pyae Khant
- Add basic UI
- Refactor code
- Deployment on gitpages
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please give a star on github & follow us on twitter and also connect on Linkedin.
I would like to thank:
- Microverse and all the staff
- Microverse Communinity
- Thanks to my coding Partners
- Thanks to my Morning-Session-Group and Standup-Team Partners and
- Thanks to Code Reviewers
This project is MIT licensed.