-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* apply documentation for app * remove some packages unnecessary * added utils.spec.ts * added default value for convertHex * add cookie jest, add type for setCookie expires * done jest for Collaborators * fix metadata by wws, remove unnecessary folder, fix type * fix building failed
- Loading branch information
1 parent
82e47b8
commit fd00c0d
Showing
91 changed files
with
2,970 additions
and
4,209 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
<div align="center"> | ||
<img src="https://user-images.githubusercontent.com/67900234/205422369-4ee51a5a-1822-4da2-bd21-055cd0b40230.svg" width="600" > | ||
</div> | ||
|
||
<br /> | ||
|
||
<div align="center"> | ||
<img src="https://img.shields.io/github/contributors-anon/grindytech/gafi-app?style=flat-square" alt="contributors" /> | ||
<img src="https://img.shields.io/github/forks/grindytech/gafi-app?style=flat-square" alt="forks" /> | ||
<img src="https://img.shields.io/github/stars/grindytech/gafi-app?style=flat-square" alt="stars" /> | ||
<img src="https://img.shields.io/github/issues/grindytech/gafi-app?style=flat-square" alt="issues" /> | ||
<img src="https://img.shields.io/github/issues-pr/grindytech/gafi-app?style=flat-square" alt="pull-requests" /> | ||
</div> | ||
|
||
# Gafi Dashboard - Frontend | ||
|
||
## Introduction | ||
|
||
Creating app dashboards for easy content management, like games, NFTs, and collections, is now simpler. <br /> | ||
My goal a top-notch UI/UX with the latest tech for an exceptional user experience. | ||
|
||
Technologies: | ||
|
||
- [ReactJS](https://legacy.reactjs.org/) | ||
- [ViteJS](https://vitejs.dev/) | ||
- [Chakra-UI](https://chakra-ui.com/) | ||
- [PolkadotJS](https://github.com/polkadot-js/api) | ||
- [Tanstack](https://tanstack.com/) | ||
|
||
## How to installation? | ||
|
||
Create apps effortlessly with no build setup required. If you encounter issues, [report them here.](https://github.com/grindytech/gafi/issues)<br /> | ||
Follow these steps for a hassle-free installation, making sure you have the necessary packages. | ||
|
||
- 1. [Git](https://git-scm.com/downloads) | ||
- 2. [Yarn](https://classic.yarnpkg.com/lang/en/docs/install/#mac-stable) | ||
|
||
```bash | ||
# Clone the repository | ||
git clone -b dev https://github.com/grindytech/gafi-app.git | ||
|
||
# Change to project directory | ||
cd gafi-app | ||
|
||
# Download project dependencies | ||
yarn install | ||
|
||
# Run the server | ||
yarn dev | ||
``` | ||
|
||
<div> | ||
<img src="https://drive.google.com/uc?export=view&id=104-mZ_hZ8KSoA6Z7uf5daWG3kjtp0t1G" /> | ||
</div> | ||
|
||
## How to use? | ||
|
||
To ensure a seamless app experience, connect a wallet ([Polkadot](https://polkadot.js.org/extension/), [Clover](https://docs.clv.org/use-clv-wallet/download-clv-wallet), or [Subwallet](https://www.subwallet.app/download.html)) for full features.<br /> | ||
Guests can preview the application, but interactive access is limited. <br /> | ||
For more details, please refer to our [documentation](https://wiki.gafi.network/learn/web3-gaming). Thank you! | ||
|
||
<div> | ||
<img src="https://drive.google.com/uc?export=view&id=1WZoK22Ji7Mgk5sr9DYV3XMrMZ4pgQdLE" /> | ||
</div> | ||
|
||
## How to test | ||
|
||
Before deployment, crucial applications must pass unit testing<br /> | ||
to ensure functionality and prevent bugs. also ensuring user satisfaction. <br /> | ||
To better understand unit testing techniques for resolving [issues](https://jestjs.io/docs/getting-started) | ||
|
||
```bash | ||
# Clone the repository | ||
git clone -b dev https://github.com/grindytech/gafi-app.git | ||
|
||
# Change to project directory | ||
cd gafi-app | ||
|
||
# Download project dependencies | ||
yarn install | ||
|
||
# Execute unit tests | ||
yarn test | ||
``` | ||
|
||
<div> | ||
<img src="https://drive.google.com/uc?export=view&id=1E1Y3sF2l4cut36CqxAD0kNYcJiVJLgrS" /> | ||
<img src="https://drive.google.com/uc?export=view&id=1_YXP9x84Psie_BreOs5h0jd6rZV0HgKz" width="100%" /> | ||
</div> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.