Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mnisarali/tdd-project

This repository implements a class with several methods using Test-Driven Development (TDD) methodology. The focus is on writing tests first and then implementing the code.
https://github.com/mnisarali/tdd-project

mocks rspec tdd testing unit-testing

Last synced: 3 months ago
JSON representation

This repository implements a class with several methods using Test-Driven Development (TDD) methodology. The focus is on writing tests first and then implementing the code.

Awesome Lists containing this project

README

        

[![Ruby](https://cdn.emojidex.com/emoji/px128/Ruby.png "Ruby") ](https://www.ruby-lang.org)

# 📗 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)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [💖 Show your support ](#-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# TDD Project

**TDD Project** implements a class with several methods using Test-Driven Development (TDD) methodology. The focus is on writing tests first and then implementing the code, which will be evident from the commit history.

## 🛠 Built With

### Tech Stack

Language

### Key Features

The key features of this project include.

- **Implementation of TDD Methodology**
- **Mokcs Implementation**

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:

- [x] Ruby installed.
- [x] A code editor like Visual Studio Code with Git installed.

### Setup

To setup the project locally: clone the repository using:

```
git clone [email protected]:MNisarAli/TDD-Project.git
```

(back to top)

## 👥 Authors

The collaborators of this project.

👤 **M Nisar Ali**

- GitHub: [@MNisarAli](https://github.com/MNisarAli)
- Gmail: [Muhammad Nisar Ali](mailto:[email protected])
- LinkedIn: [Muhammad Nisar Ali](https://linkedin.com/in/muhammad-nisar-ali-45a865251)

👤 **Amaka Laura Konwea**
- GitHub: [@githubhandle](https://github.com/lawrahkonwea)
- Twitter: [@twitterhandle](https://twitter.com/lawrah_xo)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/amakalaurakonwea/)

👤 **Thinus Van De Venter**

- GitHub: [@Thinus01](https://github.com/Thinus01)
- Twitter: [@thinus_v_d_v](https://twitter.com/thinus_v_d_v)
- LinkedIn: [Thinus Van De Venter](https://www.linkedin.com/in/thinus-van-de-venter-99aa26203)

(back to top)

## 🔭 Future Features

- [ ] **Unit tests**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## 💖 Show your support

Give a ⭐️, if you like this project!

(back to top)

## 🙏 Acknowledgments

I would like to thank:
- [Microverseinc](https://github.com/microverseinc) for [Readme-template](https://github.com/microverseinc/readme-template).

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)