/tdd-project

In this project I implement a class with some methods, but l did it by doing test-driven development (TDD). To start with tests for all of the methods and write the code

Primary LanguageRubyMIT LicenseMIT

TDD Project

πŸ“— Table of Contents

πŸ“– [TDD Project]

[TDD Project] is focused on a test-driven development tool, where we add factorial, fizzbuzz, and reverse string methods.

πŸ›  Built With

1- Ruby
2- Gitflow
3- Rubocop

Tech Stack

Client
Ruby

Key Features

  • Use test-driven development
  • Get a factorial of a number
  • Get a string reversed
  • Complete fizzbuzz challenge

(back to top)

πŸ’» Getting Started

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

Prerequisites

You need the following tools be installed in your computer:

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone "https://github.com/beteland123/tdd-project.git"

Install

Install this project with:

  cd tdd-project
  
  bundle install

Usage

To run the project, execute the following command:

  ruby main.rb

Run tests

To run tests, run the following command:

  rspec spec/

(back to top)

πŸ‘₯ Authors

πŸ‘€ Micronaut Betel Andarge

πŸ‘€ SebastiΓ‘n HernΓ‘ndez

(back to top)

πŸ”­ Future Features

  • Add more methods

(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, please give a ⭐️ (Thank you)

(back to top)

πŸ™ Acknowledgments

  • I would like to thank Microverse for this learning opportunity.

  • Microverse team

πŸ“ License

This project is MIT licensed.

(back to top)