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

https://github.com/paulinagonzalezc/tdd-project-ruby


https://github.com/paulinagonzalezc/tdd-project-ruby

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

ruby


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)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)

# 📖 TDD Project

In this project we implemented a class with some methods by doing test-driven development (TDD). The idea is to write tests first and then the code. This will be verified in the commits history, so it is important to use the proper sequence.

## 🛠 Built With

### Tech Stack

Client

### Key Features

- **Unit tests using Rspec**
- **TDD**

(back to top)

## 🚀 Live Demo

- [N/A](https://yourdeployedapplicationlink.com)

(back to top)

## 💻 Getting Started

Clone project

```bash
git clone https://github.com/paulinagonzalezc/tdd-project-ruby

cd tdd-project-ruby
```

Run the program

```bash
rspec
```

(back to top)

## 👥 Authors

👤 **Paulina Gonzalez**

- GitHub: [@paulinagonzalezc](https://github.com/paulinagonzalezc)
- Twitter: [@paulinagzzc](https://twitter.com/paulinagzzc)
- LinkedIn: [Paulina Gonzalez Cantu](https://linkedin.com/in/paulina-gonzalez-cantu)

👤 **Yosef Hesham**

- GitHub: [@yosefHesham](https://github.com/yosefHesham)
- LinkedIn: [LinkedIn](https://linkedin.com/in/yousef-hesham98)
- Twitter: [@yousef](https://twitter.com/Yousef45653478)

(back to top)

## 🔭 Future Features

- [ ] **More methods**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/paulinagonzalezc/tdd-project-ruby/issues).

(back to top)

## ⭐️ Show your support

If you like this project please give it a star 😁🌟✨

(back to top)

## 🙏 Acknowledgments

Microverse.

(back to top)

## 📝 License

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

(back to top)