Skip to content

Commit

Permalink
[✨] Adding README.md and LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
internbtim committed Jul 1, 2024
1 parent fda5443 commit 1610559
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 0 deletions.
23 changes: 23 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# MIT License

MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

© 2024 adhxabre | Abel Dustin
63 changes: 63 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
<div align="center">

<img src="https://ik.imagekit.io/CoffeeLatteShop/Icon_icon_dXDeWrdnd.png" alt="sakana-time-tracker" style="border-radius: 50%" width="500">

###### _Application crafted with [Go](https://go.dev/) + [Gin](https://gin-gonic.com/)_

[![GitHub Release](https://img.shields.io/github/v/release/adhxabre/sakana-time-tracker?style=for-the-badge&logo=github)](https://github.com/adhxabre/sakana-time-tracker)
![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/adhxabre/sakana-time-tracker?style=for-the-badge&logo=go)
![GitHub License](https://img.shields.io/github/license/adhxabre/sakana-time-tracker?style=for-the-badge&logo=github)
![GitHub Issues or Pull Requests](https://img.shields.io/github/issues/adhxabre/sakana-time-tracker?style=for-the-badge&logo=github)
![GitHub Discussions](https://img.shields.io/github/discussions/adhxabre/sakana-time-tracker?style=for-the-badge&logo=github)

#### Visit https://github.com/adhxabre/sakana-time-tracker to learn more.

## SAKANA TIME TRACKER

</div>

### Quick Start

> [!NOTE]
> This application is still in development and might not be stable, yet.
1. **Clone and install dependencies**

```sh
git clone https://github.com/adhxabre/sakana-time-tracker.git
cd sakana-time-tracker
go mod init github.com/adhxabre/sakana-time-tracker
go mod tidy
```

2. **Run Go application**

```sh
go run main.go
```

<!--
---
### Contributing
See [Contributing Guide](CONTRIBUTING.md). -->

---

### License

[MIT](LICENSE) License © 2024 adhxabre | Abel Dustin

---

### Build By

<div style="display: flex; justify-content: left; align-items: center; gap: 12px; height: auto; width: 100%">

<img src="https://avatars.githubusercontent.com/u/108639591?v=4" alt="adhxabre-profile-img" style="border-radius: 50%" width="32">

## [adhxabre](https://github.com/adhxabre)

</div>

0 comments on commit 1610559

Please sign in to comment.