https://github.com/jugosack/tdd-project
In this project we implemented the class, 'solve' with some methods using test-driven development (TDD). The idea is to write tests first and then the code.
https://github.com/jugosack/tdd-project
git-flow pair-programming ruby test-driven-development-with-ruby
Last synced: 12 months ago
JSON representation
In this project we implemented the class, 'solve' with some methods using test-driven development (TDD). The idea is to write tests first and then the code.
- Host: GitHub
- URL: https://github.com/jugosack/tdd-project
- Owner: jugosack
- License: mit
- Created: 2023-04-22T05:00:26.000Z (about 3 years ago)
- Default Branch: development
- Last Pushed: 2023-04-22T10:55:22.000Z (about 3 years ago)
- Last Synced: 2025-03-30T12:42:28.635Z (over 1 year ago)
- Topics: git-flow, pair-programming, ruby, test-driven-development-with-ruby
- Language: Ruby
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Test Driven Development (TDD)
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
A project where we use Test Driven Development using Ruby and RSpec
Client
- **[Calculate Factorial of a number]()**
- **[Reverse a word]()**
- **[Show FizzBuzz]()**
- Live Demo link coming soon.
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Command line or terminal
- IDE such as VsCode.
- Ruby needs to be installed on your system.
- To install [Ruby](https://www.ruby-lang.org/en/documentation/installation/)
```
ruby main.rb
```
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/jugosack/TDD-project.git
```
## Install
Example command:
```sh
bundle install (install all dependencies)
```
## Usage
```sh
ruby main
```
👤 **Jugoslav Achkoski**
- GitHub: [@github](https://github.com/jugosack)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/jugoslavachkoski/)
- Twitter: [twitter](https://twitter.com/Jugoslav_A)
- Facebook: [facebook](https://www.facebook.com/jugoslav.ackoski/)
👤 **Mark Fenekayas**
- GitHub: [@Fene-87](https://github.com/Fene-87)
- Twitter: [@markfen4](https://twitter.com/markfen4)
- LinkedIn: [Mark Fenekayas](https://www.linkedin.com/in/mark-fenekayas-67378220b/)
👤 **Innocent Chase**
- GitHub: [@chaseknis](https://github.com/Chaseknis)
- Twitter: [@ChaseToTheWorld](https://twitter.com/chasetotheworld)
- LinkedIn: [Innocent N.](https://www.linkedin.com/in/innocent-n-200826252/)
- **Add unit tests.**
- **Add More Methods**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/jugosack/TDD-project.git/issues).
If you like this project, give it a ⭐️ and let me know what you like in particular.
I would like to thank the microverse community for the useful content.
This project is [MIT](./LICENSE) licensed.