stephenkati / TDD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TDD

πŸ“— Table of Contents

πŸ“– [TDD]

[TDD] Is an app making created making use of TDD methodology. It solves some mathematical problems name; Fizzbuzz, reverse, and Factorial.

πŸ›  Built With

Tech Stack

Ruby
  • https://www.ruby-lang.org/en/

Key Features

  • [Class functionality]

(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:

 bundle install

Setup

Clone this repository to your desired folder:

  cd TDD
  git clone https://github.com/stephenkati/TDD.git

Install

Install this project with:

  cd TDD
  bundle install
  gem install --no-document rubocop -v '>= 1.0, < 2.0'
  gem install rspec

Usage

To run the project, execute the following command:

  ruby main.rb
  or
  ./main

Run tests

To run tests, run the following command:

  • rubocop --color
  • rspec spec --format doc

Deployment

  • Project is not deployed

(back to top)

πŸ‘₯ Authors

πŸ‘€ Author1 [STEPHEN KATULI]

πŸ‘€ Author2 [AHMAD SAEED]

(back to top)

πŸ”­ Future Features

  • [Add different structure]

(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 show support by staring ⭐️.

(back to top)

πŸ™ Acknowledgments

  • We would like to thank Microverse for accommodating us in the Full-time Software Development program.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

License:MIT License


Languages

Language:Ruby 100.0%