brainskev / TDD-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


TDD project

πŸ“— Table of Contents

πŸ“– [TDD-project]

TDD-project This is a Test-Driven Development project that have some methods getting tested first, failed and get implemented again to pass all the tests.

πŸ›  Built With

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

On Linux:

 sudo apt-get install ruby-full

On Windows

Go to Windows Subsystem for Linux to set up wsl for ubuntu

Setup

Clone this repository to your desired folder:

  git clone https://github.com/brainskev/TDD-project.git
  cd TDD-project

Install

Install this project with:

 bundle install

Usage

To run the project, execute the following command:

 ruby filename.rb

Run tests

To track linter errors locally follow these steps:

rubocop

(back to top)

πŸ‘₯ Authors

πŸ‘€ Muhammad Nafees

πŸ‘€ Kelvin kaviku

(back to top)

πŸ”­ Future Features

  • preserve data
  • unit tests

(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 don't forget to give me a star

(back to top)

πŸ™ Acknowledgments

I would like to thank Microverse for this opportunity.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

License:MIT License


Languages

Language:Ruby 100.0%