tictac 0.0.0

A simple stopwatch.
Documentation
<h1 align="center">
    ✨ Tic Tac ✨
</h1>

<div align="center">
    
<!-- see https://shields.io/ -->

![Issues tag](https://img.shields.io/github/issues/ValentinColin/tictac)
![Forks tag](https://img.shields.io/github/forks/ValentinColin/tictac)
![Stars](https://img.shields.io/github/stars/ValentinColin/tictac?style=social)
![Licence](https://img.shields.io/github/license/ValentinColin/tictac)

</div>

## Project Description

This project is awesome writing in [rust](https://www.rust-lang.org/fr/)

## Table of Contents

* [Installation]#installation
    * [System requirement]#system-requirement
    * [Software requirement]#software-requirement
    * [Manual installation]#manual-installation
* [Tests]#tests
* [Usage]#usage
* [Potential Maintainers]#potential-maintainers
* [Credits]#credits

## Installation
### System requirement

1. Any system with basic configuration.
2. Operating System : Any (Windows / Linux / Mac).

### Software requirement

1. Cargo/Rust installed (If not download it [here]https://doc.rust-lang.org/cargo/getting-started/installation.html).

### Manual installation

```bash
# https or ssh
git clone https://github.com/ValentinColin/tictac.git
git clone git@github.com:ValentinColin/tictac.git

cargo build --release
```

## Tests

```bash
cargo test
```

## Usage

```bash
cargo run --release
```

<!--
## How to Contribute

Thank you for considering and taking the time to contribute! Before contributing kindly read and follow [Code of Conduct](CODE_OF_CONDUCT.md). To help new developers/contributors there are set of instructions added in [CONTRIBUTING.md](CONTRIBUTING.md). Which describes the initial stages for working on this project. Also refer the [MIT License](LICENSE).
-->

## Potential Maintainers

📌 [Valentin Colin](https://github.com/ValentinColin)

## Credits

<a href="https://github.com/ValentinColin/tictac/graphs/contributors">
  <img src="https://contrib.rocks/image?repo=ValentinColin/tictac" alt="contributors"/>
</a>