Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/archielicious/company-statistics-page
- Owner: archielicious
- Created: 2023-04-13T11:18:02.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T17:01:36.000Z (almost 2 years ago)
- Last Synced: 2024-11-10T20:17:09.555Z (3 months ago)
- Topics: bootstrap, css3, fetch-api, html5, javascript
- Language: JavaScript
- Homepage: https://archishman-companystatistics.netlify.app/
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.