https://github.com/dianabeki/ruby-tdd-solver
[Ruby TDD Solver] - is a Ruby project featuring a Solver class. This class includes methods for factorial calculation, string reversal, and implementing FizzBuzz. The development of these methods follows the Test-Driven Development (TDD) approach and is tested using the RSpec gem.
https://github.com/dianabeki/ruby-tdd-solver
rspec-testing ruby
Last synced: 8 months ago
JSON representation
[Ruby TDD Solver] - is a Ruby project featuring a Solver class. This class includes methods for factorial calculation, string reversal, and implementing FizzBuzz. The development of these methods follows the Test-Driven Development (TDD) approach and is tested using the RSpec gem.
- Host: GitHub
- URL: https://github.com/dianabeki/ruby-tdd-solver
- Owner: DianaBeki
- License: mit
- Created: 2023-09-14T09:03:12.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-10-04T22:25:20.000Z (over 2 years ago)
- Last Synced: 2025-02-04T14:22:09.196Z (over 1 year ago)
- Topics: rspec-testing, ruby
- Language: Ruby
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Ruby-TDD-Solver
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- 🔭 Future Features(#future features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
[Ruby TDD Solver] - is a Ruby project featuring a Solver class. This class includes methods for factorial calculation, string reversal, and implementing FizzBuzz. The development of these methods follows the Test-Driven Development (TDD) approach and is tested using the RSpec gem.
## 🛠 Built With
### Tech Stack
- **Ruby**
- **[Unit Tests for factorial, reverse and fizzbuzz methods]**
- **[Solver class]**
- **[factorial, reverse and fizzbuzz methods]**
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- Git/GitHub;
- Optional ( IDE installed in your machine ) - recommended IDE: Vscode;
- Ruby Installed in your machine;
### Setup
- To clone this repo:
- Open the Terminal(Mac/Linux) or the Cmd (Windows);
- Navigate to where you want to paste the Repo folder;
- Run the following commands
```
git clone https://github.com/DianaBeki/Ruby-TDD-solver
cd Ruby-TDD-Solver
```
### Install
```
bundle install
```
### Usage
```
ruby
```
### Run tests
```
rspec
```
👤 **Diana Beki**
- GitHub: [@Github](https://github.com/DianaBeki)
- Twitter: [@Twitter](https://twitter.com/home)
- LinkedIn: [@LinkedIn](https://www.linkedin.com/in/diana-beki/)
👤 **Uwimbabazi Dorcas**
- GitHub: [@Dorcas126](https://github.com/Dorcas126)
- Twitter: [@Dorcasuw](https://twitter.com/Dorcasuwi)
- LinkedIn: [Uwimbabazi Dorcas](https://www.linkedin.com/in/uwimbabazi-dorcas-956a5a226/)
## 🔭 Future Features
- Add design for User Interface
- Add tests
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/DianaBeki/Ruby-TDD-solver/issues).
If you like this project give ⭐️
We would like to express my gratitude to Microverse for initiating the idea behind this project.
This project is [MIT](./LICENSE) licensed.