Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yash-verma18/assignment-
https://github.com/yash-verma18/assignment-
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/yash-verma18/assignment-
- Owner: Yash-verma18
- Created: 2022-03-29T07:44:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-01T04:24:50.000Z (almost 3 years ago)
- Last Synced: 2023-06-08T09:31:55.682Z (over 1 year ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
## Setup
Download [Node.js](https://nodejs.org/en/download/).
Run this followed commands:```bash
Download [Node.js](https://nodejs.org/en/download/).
Run this followed commands:# Install dependencies (only the first time)
npm install# Run the local server at localhost:3000
node app
```## Once the local host is running in your terminal, go to http://localhost:3000/
- Enter Wallet Address, You can try this :
- 0x495f947276749Ce646f68AC8c248420045cb7b5e
- 0x60795390f5393e5641fE8F04099632A884168719## Sorting Feature Added
### So Now you are able to see the Table and now you want to sort things according to you.
1. Name : Click on "NAME" header, It will Sort the Table According to Name Alphabetically (A to Z). If you click it again, it will sort the table reverse Alphabetically (Z to A).
2. Thiry Day Sales : Click on "Thirty Day Sales" header, It will Sort the Table in "Ascending" Order. If you click the Header again, it will sort the table In "Descending" Order.
3. Thirty Day Average Price : Click on "Thirty Day Average Price" header, It will Sort the Table in "Ascending" Order. If you click the Header again, it will sort the table In "Descending" Order.