Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/strangeal/tdd-test


https://github.com/strangeal/tdd-test

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

TDD-Test

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [📝 License](#license)

# 📖 TDD Test

> This is an educational project that will implement a class with some methods, but will be done by test-driven development (TDD):
- Return a factorial
- Return a reversed string
- Return a specific string based on the passed integer

## 🛠 Built With

### Tech Stack

Server

### Key Features

> Describe between 1-3 key features of the application.

- **[Return a factorial]**
- **[Return a reversed string]**
- **[Return a specific string based on the passed integer]**

## 💻 Getting Started

To get the content of this project locally you need to run the following commands in your terminal.

### Prerequisites
- IDE(code editor) like: **Vscode**, **Sublime**, etc.
- [Git](https://www.linode.com/docs/guides/how-to-install-git-on-linux-mac-and-windows/)

### Setup
1. Download the **Zip** file or clone the repo with:
```bash
git clone [email protected]:Strangeal/TDD-Test.git
```
3. To access cloned directory run:
```bash
cd OOP-school-library
```
3. Open it with in your terminal
```bash
ruby person.rb
```

### Install
> To install linters and other project's dependencies run:
```bash
bundle install
```
## Run Test for Linters

For tracking linter errors locally you need to follow these steps:

1. For tracking linter errors in HTML files run:
```bash
rubocop
```

## Authors

👤 **Justice Bajeri**

- GitHub: [Link to Github Profile](https://github.com/Strangeal)
- Twitter: [Link to Twitter Profile](https://twitter.com/Str_angeal)
- LinkedIn: [Link to LinkedIn Profile](https://www.linkedin.com/in/justice-bajeri-0b7211243/)

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

## ⭐️ Show your support

Give a ⭐️ if you like this project!

## Acknowledgments
- Inspiration
- etc

👤 **Daron Wiafe**

- GitHub: [Link to Github Profile](https://github.com/Daron976)
- Twitter: [Link to Twitter Profile](https://twitter.com/WiafeDaron)
- LinkedIn: [Link to LinkedIn Profile](https://www.linkedin.com/in/daronkwiafe/)

## 📝 License

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

_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._