earn-dapp

所属分类:加密解密
开发工具:TypeScript
文件大小:0KB
下载次数:0
上传日期:2023-08-17 11:53:14
上 传 者sh-1993
说明:  Earn dApp是一款构建在Hugs平台之上的去中心化应用程序,旨在深入了解客户......、...,
(The Earn dApp is a decentralized application built on top of the Hugs Platform to provide insights in the best APY opportunities in the crypto space)

文件列表:
.eslintrc.js (446, 2023-10-03)
.prettierrc (88, 2023-10-03)
Dockerfile (333, 2023-10-03)
components/ (0, 2023-10-03)
components/core/ (0, 2023-10-03)
components/core/banner/ (0, 2023-10-03)
components/core/banner/banner.module.css (1423, 2023-10-03)
components/core/banner/banner.tsx (1231, 2023-10-03)
components/core/coinGecko/ (0, 2023-10-03)
components/core/coinGecko/coinMarket/ (0, 2023-10-03)
components/core/coinGecko/coinMarket/coinList.tsx (15436, 2023-10-03)
components/core/coinGecko/coinMarket/coinsList.module.css (5963, 2023-10-03)
components/core/coinGecko/coinMarket/marketList.module.css (6232, 2023-10-03)
components/core/coinGecko/coinMarket/marketList.tsx (14979, 2023-10-03)
components/core/coinGecko/dashboard/ (0, 2023-10-03)
components/core/coinGecko/dashboard/newCoin.module.css (1797, 2023-10-03)
components/core/coinGecko/dashboard/newCoin.tsx (16719, 2023-10-03)
components/core/coinGecko/marketsLink/ (0, 2023-10-03)
components/core/coinGecko/marketsLink/marketLink.tsx (2309, 2023-10-03)
components/core/coinGecko/marketsLink/marketsLinkList.module.css (2253, 2023-10-03)
components/core/coinGecko/marketsLink/marketsLinkList.tsx (3387, 2023-10-03)
components/core/coinGecko/oneCoin/ (0, 2023-10-03)
components/core/coinGecko/oneCoin/oneCoin.module.css (6333, 2023-10-03)
components/core/coinGecko/oneCoin/oneCoin.tsx (12289, 2023-10-03)
components/core/coinGecko/oneCoin/topProjects/ (0, 2023-10-03)
components/core/coinGecko/oneCoin/topProjects/oneCoinMarket.tsx (11369, 2023-10-03)
components/core/coinGecko/oneCoin/topProjects/oneProject.module.scss (12356, 2023-10-03)
components/core/coinGecko/oneCoin/topProjects/oneProject.tsx (2279, 2023-10-03)
components/core/coinGecko/oneCoin/topProjects/projectList.module.css (535, 2023-10-03)
components/core/coinGecko/oneCoin/topProjects/projectList.tsx (1354, 2023-10-03)
components/core/coinGecko/oneMarket/ (0, 2023-10-03)
components/core/coinGecko/oneMarket/oneMarket.module.css (6229, 2023-10-03)
components/core/coinGecko/oneMarket/oneMarket.tsx (11571, 2023-10-03)
components/core/coinGecko/oneMarket/oneMarketCoin.module.css (6938, 2023-10-03)
components/core/coinGecko/oneMarket/oneMarketCoin.module.scss (6689, 2023-10-03)
components/core/coinGecko/oneMarket/oneMarketCoin.tsx (9873, 2023-10-03)
components/core/dashboard/ (0, 2023-10-03)
components/core/dashboard/dashboard.module.scss (12467, 2023-10-03)
... ...

# folder structure explained ## public folder - static folder (to keep your static assets in it with all assets bundling and compressing benefits.) 1. assets (contains static images (jpeg, avif, webp, svg...) OR video format (not recommended)) 2. styles (plain general css: reset, fonts, vars, globals, etc...) - reset (resets all your css) - fonts (@font-face = allows for costum fonts on websites) - vars (for styling that maybe needs to be changed later) - globals (for all css that needs to be global + converts 1rem to 10px ) 3. fonts (all your fonts in files (woff, woff2, ttf, etc...)) ## pages - for all your page/routing (navigation is with folders in nextJS) ## components - for all components you may need, - general rules of these are: 1. create a good structure (not all components in one folder) 2. each folder has a separate css file 3. it is okay to create a folder for each component (containing the ts,js,tsx or jsx file + css file) ## src - (to be continued) ## core - ###### utils - (to be continued) 1. returning functions (converters map) - explenainion converters functions (to be continued) 2. helper functions (helpers map) - explenainion helper functions (to be continued) - ###### values - (to be continued) ## .env && .env.local - for all secrets (access_tokens, api keys, secrret id's, etc...) that can't be pushed to a repo - you can't find this files when cloning or copying from a repo (obviously) ## .gitignore - for files or folders that shouldn't be pushed to a repo (node modules, .env files, images or video's etc...) ## tsconfig - for typescript configuration ## testing - for all your test like (give this also a logical structure): 1. Unit tests 2. integration tests 3. ... ## TODO 1. map(s) for collecting, converting and sending database data

近期下载者

相关文件


收藏者