Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yash-verma18/assignment-


https://github.com/yash-verma18/assignment-

Last synced: about 1 month ago
JSON representation

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.