ChiFangChen / crypto-collectable-wallet

Crypto Collectable Wallet by Kiki Chen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crypto Collectable Wallet

Check the Demo


Introduction

This project was developed by React Styled Component & TypeScript.

I choose Material UI as the design framework. I also build the code as server-side render files to improve SEO. There are two language versions provided.

When you reach the bottom of the list block, it will automatically load more data from the API and append the new ones to the list. However, if there is no more data, it will show a message to info you. Click any item to go to detail page and get more info.

You can scroll up right away by clicking the back to top button when it shows.


Code design

Only 1 page in the APP.

All components are placed in the components folder, and all hooks are placed in the hooks folder.

Common functions and variables are defined in the utils folder.


Activate the APP

  • Clone the repo
  • npm install
  • npm start

About

Crypto Collectable Wallet by Kiki Chen


Languages

Language:TypeScript 87.4%Language:HTML 10.1%Language:CSS 1.9%Language:Shell 0.6%