An open API service indexing awesome lists of open source software.

https://github.com/mohamedsabry0/problem-solving-toolkit-tdd

This repository provides a set of Ruby utilities for solving common programming challenges. All code is developed using TDD practices to ensure robustness and maintainability.
https://github.com/mohamedsabry0/problem-solving-toolkit-tdd

Last synced: 3 months ago
JSON representation

This repository provides a set of Ruby utilities for solving common programming challenges. All code is developed using TDD practices to ensure robustness and maintainability.

Awesome Lists containing this project

README

        

TDD Project

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 TDD Project ](#-tdd-project-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ (OPTIONAL) ](#-faq-optional-)
- [📝 License ](#-license-)

# 📖 TDD Project

In this project, a class is implemented in test-driven development where tests are written first and then code.

## 🛠 Built With

- Ruby
- Git, Github
- VSCode

### Tech Stack

> Git,
> Github,
> Ruby

### Key Features

- Write unit tests using Rspec.
- Understand an existing codebase in a way that allows for adding tests.
- Write Rspec unit tests with mocks.
- Understand the TDD concept.

(back to top)

## 💻 Getting Started

Clone this repository to your desired folder:

```
git clone https://github.com/mohamedSabry0/Problem-Solving-Toolkit-TDD.git
```

### Prerequisites

-NodeJS
-Browser

In order to run this project you need:

### Setup

Clone this repository to your dist folder:

git clone https://github.com/mohamedSabry0/Problem-Solving-Toolkit-TDD.git

cd Problem-Solving-Toolkit-TDD

### Install

Install this project with:
bundle install

### Usage

Use this project in the browsers of desktops and mobile devices

### Run tests

rspec spec

### Deployment

N/A

## 👥 Authors

👤 **Abdul-Aziz Fakhriddinov**

- GitHub: [@githubhandle](https://github.com/AFakhriddinov)
- Facebook: [@facebookhandle](https://www.facebook.com/abdulaziz.faxriddinov)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/afakhriddinov/)

👤 **Mohamed Sabry**

- GitHub: [@mohamedSabry0](https://github.com/mohamedSabry0)
- Twitter: [@mohsmh0](https://twitter.com/mohsmh0)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/mohamed-sabry0/)

## 🔭 Future Features

- Add more use cases to cover more scenarios of problems.
- Add tests for the new use cases.

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

## ⭐️ Show your support

If you like this project, please let me know and we can improve it further. You are welcome to support this project by giving suggestions for improvement.

## 🙏 Acknowledgments

Acknowledgements and suggestions for improvement are always welcome

(back to top)

## ❓ FAQ (OPTIONAL)

- **[How can this project be imporoved]**

- [More queries could be added]

(back to top)

## 📝 License

This project is [MIT](https://github.com/mohamedSabry0/Problem-Solving-Toolkit-TDD/blob/TDD/LICENSE) licensed.

(back to top)