Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gardimy/oop-school-library


https://github.com/gardimy/oop-school-library

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        




TDD Project



# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# TDD Project

**TDD Project** In this project, I implement a class with some methods, but I do it by doing test-driven development (TDD).
## 🛠 Built With

### Tech Stack

Client

### Key Features
- Unit tests with Rspec
- TDD project

(back to top)

## Getting Started

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

### Prerequisites

> You need the following tools be installed in your computer:

> - [Git](https://www.linode.com/docs/guides/how-to-install-git-on-linux-mac-and-windows/)
> - [Ruby](https://github.com/microverseinc/curriculum-ruby/blob/main/simple-ruby/articles/ruby_installation_instructions.md)
> - IDE
> - Etc

### Setup

Clone this repository to your desired folder:

```sh
cd my-prefered-folder

git clone https://github.com/Gardimy/OOP-school-library.git

```

### Install

Install this project with:

```sh
cd OOP-school-library

bundle install
```

### Usage

To run the project, execute the following command:

```sh
ruby main.rb
```

### Run tests

To run tests, run the following command:

```sh
rspec spec/
```
...

## 👥 Authors

> 👤 **Gardimy Charles**
- GitHub: [@Gardimy](https://github.com/Gardimy)
- Twitter: [@gardyelontiga45](https://twitter.com/gardyelontiga45)
- LinkedIn: [Gardimy charles](https://www.linkedin.com/in/gardimy-charles)

(back to top)

## 🔭 Future Features

- TDD project

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Gardimy/OOP-school-library/issues).

(back to top)

## ⭐️ Show your support

If you like this project please give me a start and share my portfolio to recruters!

(back to top)

## 🙏 Acknowledgments

I would like to thank to [microverse](https://www.microverse.org/) For teaching me the database and more things.

(back to top)

## 📝 License

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

(back to top)