https://github.com/markokermi/tdd_project
This is a project where I implement a class with methods, it's done with test-driven development (TDD). The idea was to learn to write tests first and then the code.
https://github.com/markokermi/tdd_project
tdd-ruby
Last synced: 11 months ago
JSON representation
This is a project where I implement a class with methods, it's done with test-driven development (TDD). The idea was to learn to write tests first and then the code.
- Host: GitHub
- URL: https://github.com/markokermi/tdd_project
- Owner: MarkoKermi
- License: mit
- Created: 2023-04-21T07:10:03.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-04-21T09:38:34.000Z (about 3 years ago)
- Last Synced: 2025-06-13T13:12:33.102Z (about 1 year ago)
- Topics: tdd-ruby
- Language: Ruby
- Homepage:
- Size: 553 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
TDD Project
# 📗 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)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
This is a FizzBuzz,Factorial and Reverse solver project using the TDD method.
>Ruby
### Tech Stack
> This project use Ruby language.
### Key Features
- **OOP Design Patterns**
## 💻 Getting Started with section
# Installer packages
- bundle install
# Run file
- ruby main.rb
### Setup
Clone this [repository](https://github.com/MarkoKermi/TDD_project.git) to your desired folder:
```sh
cd my-folder
git clone https://github.com/MarkoKermi/TDD_project.git
cd school_library
```
👤 **Marko Kermichiev**
- GitHub: [@MarkoKermi](https://github.com/MarkoKermi)
- Twitter: [@twitterhandle](https://twitter.com/MarkoKerm)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/marko-kermichiev/)
👤 **Felix Adjei Sowah**
- Github: [@githubhandle](https://github.com/Lancelot-SO)
- Twitter: [@twitterhandle](https://twitter.com/Lancelot)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/felix-sowah)
👤 **Moses Wamae**
- GitHub: [@mosdevx](https://github.com/mosdevx)
- Twitter: [@moseswamae7](https://twitter.com/moseswamae7)
- LinkedIn: [LinkedIn](https://linkedin.com/in/moses-wamae-a13a67244)
- [ ] **[Implement File Storage]**
- [ ] **[Implement Unit Tests]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/MarkoKermi/TDD_project/issues).
If you like this project, Give a ⭐️.
- Project from [Microverse](https://www.microverse.org/?grsf=i6yi2m) RUBY, DATABASES module
This project is [MIT](./LICENSE) licensed.