Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/newhoteng/tdd
A project to practice Test-driven Development
https://github.com/newhoteng/tdd
Last synced: 24 days ago
JSON representation
A project to practice Test-driven Development
- Host: GitHub
- URL: https://github.com/newhoteng/tdd
- Owner: newhoteng
- License: mit
- Created: 2023-06-29T10:03:59.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-06-30T17:33:10.000Z (over 1 year ago)
- Last Synced: 2024-10-23T19:23:53.651Z (2 months ago)
- Language: Ruby
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 *Table of Contents*
- [📖 About the Project](#about-project)
- [🛠️ Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)# :open_book: TDD
TDD is a ruby project to practice Test-driven Development
## :hammer_and_wrench: Built With
### Tech Stack
Client
### Key Features
- `Solver` class
- `factorial` method
- `reverse` method
- `fizzbuzz` method
## :computer: Getting Started
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- [Ruby](https://www.ruby-lang.org/en/) installed on your machine
- Text editor (VScode)
### Setup
Clone this repository to your desired folder:
```
git clone https://github.com/newhoteng/TDD.git
```
### Usage
Install RSpec
```
gem install rspec
```
To run tests
```
rspec `filename`
```
To run rubocop
```
bundle exec rubocop (On Mac)
```
## :busts_in_silhouette: Authors
:bust_in_silhouette: **Harriet Oteng**
- GitHub: [@githubhandle](https://github.com/newhoteng)
- Twitter: [@twitterhandle](https://twitter.com/HarrietOteng1)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/harriet-oteng/)
👤 **Seyi Oyemade**
- GitHub: [@seyioyemade](https://github.com/seyioyemade)
- Twitter: [@seyi_oyemade](https://twitter.com/@seyi_oyemade)
- LinkedIn: [Seyi Oyemade](https://www.linkedin.com/in/seyi-oyemade)
## :telescope: Future Features
- Add more classes
- Add more class methods
## :handshake: Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/newhoteng/TDD/issues).
## :star: Show your support
If you like this project give it a star.
## :pray: Acknowledgements
- Thanks to Microverse for the encouragement
## :memo: License
[License](https://github.com/newhoteng/TDD/blob/main/LICENSE)