Mujeeb4582 / Ruby-TDD-Project

In this project we implement a class with some methods, but we do it by doing test-driven development (TDD). Remember that the idea is to write tests first and then the code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Microverse Ruby

Ruby-TDD-Project

πŸ“— Table of Contents

πŸ“– Ruby-TDD-Project

In this project we implement a class with some methods, but we do it by doing test-driven development (TDD). Remember that the idea is to write tests first and then the code.

πŸ›  Built With

Ruby

Tech Stack

Client
  • N/A
Server
  • Ruby
Database
  • N/A

Key Features

  • Test-Driven Development (TDD)

(back to top)

πŸš€ Live Demo

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

  • Laptop/Desktop.
  • Internet.
  • Ruby.
  • Vs Code.

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone git@github.com:Mujeeb4582/Ruby-TDD-Project.git

Install

Install this project with:

  cd my-project
  bundle install

Usage

To run the project, execute the following command:

  ruby main.rb

(back to top)

πŸ‘₯ Authors

πŸ‘€ Mujeeb ur Rahman

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Write a message to encourage readers to support your project

If you like this project give a ⭐️.

(back to top)

πŸ™ Acknowledgments

  • Thanks to the Microverse team for the great curriculum.
  • Thanks to the Code Reviewer(s) for the insightful feedback.
  • Hat tip to anyone whose code was used.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

In this project we implement a class with some methods, but we do it by doing test-driven development (TDD). Remember that the idea is to write tests first and then the code.

License:MIT License


Languages

Language:Ruby 100.0%