apt2tell / TDD-RSpec

In this project we implemented `Solver`class with `factorial` and `fizzbuzz` methods, using test-driven development (TDD) approach.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“— Table of Contents

πŸ“– [Test Driven Development Approach]

In this project we implemented `Solver`class with `factorial` and `fizzbuzz` methods, using test-driven development (TDD) approach.

Tech Stack

Language

Key Features

This project has only one object with three methods.

  • [Solver]
    • factorial method
    • reverse method
    • fizzbuzz method

(back to top)

πŸš€ Live Demo

No available yet

(back to top)

πŸ’» Getting Started

Set up your code environment

Prerequisites

Windows, Mac, Linux

  • Download and install Ruby.
  • Add the ruby bin directory path to the PATH environmental variable.
  • Open command-line tool:
  • cd directory_name
  • open file_name.rb

Usage

Run this from the root folder at the command prompt.

  • ruby decoder.rb

(back to top)

πŸ‘₯ Author

πŸ‘€ Okechukwu Muokwugwo

πŸ‘€ Baayeh Kwasi

(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 create an issue with your comments.

(back to top)

πŸ™ Acknowledgments

  • I would like to thank Microverse

(back to top)

❓ FAQ

  • Do I have to install all the dependencies to successfully launch this app?

    • Yes
  • Must I have a web browser to be able to view this ?

    • No

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

In this project we implemented `Solver`class with `factorial` and `fizzbuzz` methods, using test-driven development (TDD) approach.

License:MIT License


Languages

Language:Ruby 100.0%