Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/archielicious/company-statistics-page

Company Statistics Page is a dynamic webpage created with HTML5, CSS3, Bootstrap, Fetch Api and Javascript. It populates the company data onto a table in descending order of volume when a click event happens.
https://github.com/archielicious/company-statistics-page

bootstrap css3 fetch-api html5 javascript

Last synced: about 1 month ago
JSON representation

Company Statistics Page is a dynamic webpage created with HTML5, CSS3, Bootstrap, Fetch Api and Javascript. It populates the company data onto a table in descending order of volume when a click event happens.

Awesome Lists containing this project

README

        

# Company-Statistics-Page

Company statistics page is a webpage which fetch the company data using fetch api and javascript and displays it on a table having four coloumns namely date, high, low and volume.

The table is expanded by clicking on the volume header and shows the company data in descending order of volume.