Skip to content

Commit

Permalink
update(readme): add vue-i18n and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
nyancodeid committed Aug 14, 2021
1 parent c51bcf5 commit 469b1ea
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[![Repository](https://img.shields.io/badge/github-iro-green?logo=github&style=flat)](https://github.com/nyancodeid/iro)
![License MIT](https://img.shields.io/github/license/nyancodeid/iro)
![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen)
![Version](https://img.shields.io/badge/version-v2.2.0-brightgreen)
![Version](https://img.shields.io/badge/version-v2.3.0-brightgreen)
[![Issues](https://img.shields.io/github/issues/nyancodeid/iro)](https://github.com/nyancodeid/iro/issues)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fnyancodeid%2Firo.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fnyancodeid%2Firo?ref=badge_shield)

Expand All @@ -19,14 +19,15 @@
IRO (色 / iro / color) is a web-based application that has the main feature to find out the color of several color formats for example HEX, RGB, HSL, and CMYK. Not only that, but IRO also has a feature that can find out the color code of objects or other colored things around through a cellphone camera or even a laptop.

## Tech
IRO build with Latest Web Technology that makes us can access this app even in offline mode (cache-first). And the other cool thing is PWA (Progressive Web App) makes this app installable on Android devices, allow us to use this app to run natively on an Android.
IRO build with Latest Web Technology that makes us can access this app even in offline mode (cache-first). And the other cool thing is PWA (Progressive Web App) makes this app installable on Android devices, allow us to use this app to run like native on an Android or iOS.

| Tools | Version | Desc | Website |
| ----------- | --------------- | --------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ |
| Vue | `^3.0.5` | Web Framework | [https://v3.vuejs.org/](https://v3.vuejs.org/) |
| Vite | `^2.3.7` | Next Generation Frontend Tooling | [https://vitejs.dev/](https://vitejs.dev/) |
| Pinia | `^2.0.0-beta.3` | Intuitive, type safe and flexible Store for Vue | [https://pinia.esm.dev/](https://pinia.esm.dev/) |
| Vue-Router | `^4.0.8` | The official router for Vue.js. | [https://router.vuejs.org/](https://router.vuejs.org/) |
| Vue-i18n | `^9.1.7` | Vue I18n is internationalization plugin for Vue.js | [https://github.com/intlify/vue-i18n-next](https://github.com/intlify/vue-i18n-next) |
| Matercolors | `^2.2.10` | A tiny, zero-dependency libary for building harmonious material palettes for any color. | [https://github.com/arvindcheenu/Matercolors](https://github.com/arvindcheenu/Matercolors) |

## Development
Expand All @@ -39,12 +40,10 @@ $ npm run build
```

## Screenshot
<p align="center" style="display:flex;flex-wrap: wrap;">
<img alt="IRO" src="https://cloudflare-ipfs.com/ipfs/bafkreid4p4m7zxluma6rpmbvs6xz6rmctpwheerixv2sk4rizemom4qnqm" style="width:50%" />
<img alt="IRO" src="https://cloudflare-ipfs.com/ipfs/bafkreianvmtuhaphesdrzky3k5jg57zlmkpt2zyjd2e3paaarrnmdi75xe" style="width:50%" />
<img alt="IRO" src="https://cloudflare-ipfs.com/ipfs/bafkreigsn6tiwem4imszuyvvwptkrcs3hjhncac4mmitw6fwqlqogq3jmy" style="width:50%" />
<img alt="IRO" src="https://cloudflare-ipfs.com/ipfs/bafkreiaqp7odxxd6b4btgje3r7gyopb7uollgxz3myvbl4tcpbhkptrw4e" style="width:50%" />
</p>

| ![](https://cloudflare-ipfs.com/ipfs/bafkreid4p4m7zxluma6rpmbvs6xz6rmctpwheerixv2sk4rizemom4qnqm) | ![](https://cloudflare-ipfs.com/ipfs/bafkreianvmtuhaphesdrzky3k5jg57zlmkpt2zyjd2e3paaarrnmdi75xe) |
| ------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |
| ![](https://cloudflare-ipfs.com/ipfs/bafkreigsn6tiwem4imszuyvvwptkrcs3hjhncac4mmitw6fwqlqogq3jmy) | ![](https://cloudflare-ipfs.com/ipfs/bafkreiaqp7odxxd6b4btgje3r7gyopb7uollgxz3myvbl4tcpbhkptrw4e) |


## License
Expand Down

0 comments on commit 469b1ea

Please sign in to comment.