Skip to content

Commit

Permalink
doc: Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
akadir committed Sep 11, 2020
1 parent 9c76755 commit 839bfba
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<h1 align="center">case-study</h1>

<div align="center">
Java implementation of shopping cart case study
</div>

<br />

<div align="center">
<!-- last commit-->
<a href="https://github.com/akadir/case-study/commits" title="Last Commit">
<img src="https://img.shields.io/github/last-commit/akadir/case-study?style=flat">
</a>

<!-- Code Quality -->
<a href="https://github.com/akadir/github-actions/actions">
<img src="https://github.com/akadir/github-actions/workflows/check%20code%20quality/badge.svg"
alt="Code Quality Check" />
</a>

<!-- macos -->
<a href="https://github.com/akadir/github-actions/actions">
<img src="https://github.com/akadir/github-actions/workflows/build%20on%20macos/badge.svg"
alt="build on macos" />
</a>

<!-- ubuntu -->
<a href="https://github.com/akadir/github-actions/actions">
<img src="https://github.com/akadir/github-actions/workflows/build%20on%20ubuntu/badge.svg"
alt="build on ubuntu" />
</a>

<!-- windows -->
<a href="https://github.com/akadir/github-actions/actions">
<img src="https://github.com/akadir/github-actions/workflows/build%20on%20windows/badge.svg"
alt="build on windows" />
</a>
</div>

## Built with the Help of

* [maven](https://maven.apache.org/) - Build automation and dependency management tool.
* [gitignore.io](https://gitignore.io/) - Utility website to generate .gitignore files

0 comments on commit 839bfba

Please sign in to comment.