vangelif / tdd_ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test-Driven Development

πŸ“— Table of Contents

πŸ“– TDD Project

TDD Project is a project which we take three methods: fizzbuzz, factorial and reverse and we built them based of TDD principles. We write test first and then we compose them.

πŸ›  Built With

Tech Stack

Server
  • Ruby

Key Features

  • Test-Driven Development
  • Class implementation with methods
  • Unit tests created with Rspec

πŸ’» Getting Started

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

Prerequisites

In order to run this project you need:

Setup

Clone this repository to your desired folder:

cd my-folder
git clone https://github.com/vangelif/tdd_ruby.git

Install

To run the project, execute the folllowing in a terminal.

cd my-project
gem install

(back to top)

πŸ‘₯ Authors

πŸ‘€ Vangelis

  • GitHub: @V
  • LinkedIn: @V

πŸ‘€ Luiz

  • GitHub: @L
  • LinkedIn: @L

(back to top)

πŸ”­ Future Features

  • Save to file

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project, leave a star

(back to top)

πŸ™ Acknowledgments

I would like to thank the Microverse community

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

License:MIT License


Languages

Language:Ruby 100.0%