Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mesi21/tdd_with_fizzbuzz


https://github.com/mesi21/tdd_with_fizzbuzz

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

# TDD Project

> This is an educational project that will implement a class with some methods, but will be done by test-driven development (TDD).

## Built With

- [x] Programming Language: [Ruby](https://www.ruby-lang.org/en/)
- [x] Linter: [Rubocop](https://rubocop.org/)
- [x] VS Code

## Getting Started

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

### Prerequisites

- [x] A web browser like Google Chrome.
- [x] A code editor like Visual Studio Code with Git and Ruby.

You can check if Git is installed by running the following command in the terminal.
```
$ git --version
```

Likewise for Ruby installation.
```
$ ruby --version && irb
```

### Setup

Clone the repository using the GitHub link provided below.

### Install

In the terminal, go to your file directory and run this command.

```
$ [email protected]:Mesi21/tdd_with_fizzbuzz.git
```

### Usage

Kindly modify the files as needed.

### Run tests

To install rspec, in the terminal kindly run this command

```
$ gem install rspec
```

To run tests, please run this command
```
$ rspec ./spec/#{filename}_spec.rb
```
## Authors
## :bust_in_silhouette: **Brian Nyachae**
- GitHub: [@Bria222](https://github.com/Bria222)
- LinkedIn: [brian-nyachae](https://www.linkedin.com/in/brian-nyachae)

## :bust_in_silhouette: **Molnar Emese**
- [Mesi21](https://github.com/Mesi21)
- [LinkedIn](https://www.linkedin.com/in/emesemesimolnar/)
- [Twitter](https://twitter.com/buksimesi21)

## :bust_in_silhouette: **Ezea Stephen**
- GitHub: [@stephnna](https://github.com/stephnna)
- Twitter: [@stephnna](https://twitter.com/stephnna)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/stephen-ezea/)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page]([email protected]:Mesi21/tdd_with_fizzbuzz.git/issues/).

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

- Hat tip to anyone whose code was used
- Inspiration
- etc

## 📝 License

This project is [MIT](./MIT.md) licensed.