https://github.com/xsidx/test_driven_development
Practice test driven development using a (solver function- Fizzbuzz, factorial, reverse str)
https://github.com/xsidx/test_driven_development
Last synced: over 1 year ago
JSON representation
Practice test driven development using a (solver function- Fizzbuzz, factorial, reverse str)
- Host: GitHub
- URL: https://github.com/xsidx/test_driven_development
- Owner: XsidX
- Created: 2022-10-06T14:28:22.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-10-06T23:46:33.000Z (over 3 years ago)
- Last Synced: 2025-01-20T15:19:10.145Z (over 1 year ago)
- Language: Ruby
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Name
test_driven_development
# Description the project.
A TDD project in this project we will implement a class with some methods, but we will do it by doing test-driven development (TDD) and write unit tests using Rspec and developed on Ruby.
## Built With
- Languages: Ruby
- Technologies Used: GIT, GITHUB, LINTERS
## Getting Started
- Clone this repo to your computer
```bash
git clone https://github.com/XsidX/test_driven_development.git
```
- On the command line, at the project's root, run `bundle install` to install app dependencies
- Next, run `ruby solver.rb` which will run the app in the development mode.
## Authors
👤 **Sidney Kaguli**
- [GitHub](https://github.com/XsidX)
- [Twitter](https://twitter.com/_sid_o)
- [LinkedIn](https://www.linkedin.com/in/sidney-kaguli-0116801a6/)
👤 **Abdollah Raafat**
• [GitHub](https://github.com/AbdollahRaafat)
• [Twitter](https://twitter.com/abdollah_raafat)
• [LinkedIn](https://www.linkedin.com/in/abdollah-raafat-886059221/)
👤 **Rose Okpe**
- [GitHub](https://github.com/Roseokpe)
- [Twitter](https://twitter.com/roseokpe)
- [LinkedIn](https://www.linkedin.com/in/rose-okpe-0334b5177/)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
thanks: [issue-link](https://github.com/XsidX/test_driven_development/issues)
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Microverse
- Inspiration
## 📝 License
This project is [MIT](./LICENSE) licensed.