Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/archielicious/meetcode
Meetcode is a website having two linked webpages which is created by using HTML5 CSS3, Bootstrap, Fetch Api and Javascript.
https://github.com/archielicious/meetcode
bootstrap css3 fetch-api html5 javascript
Last synced: 4 days ago
JSON representation
Meetcode is a website having two linked webpages which is created by using HTML5 CSS3, Bootstrap, Fetch Api and Javascript.
- Host: GitHub
- URL: https://github.com/archielicious/meetcode
- Owner: archielicious
- Created: 2023-04-13T10:58:00.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-04-24T16:07:00.000Z (over 1 year ago)
- Last Synced: 2023-09-24T03:33:46.629Z (about 1 year ago)
- Topics: bootstrap, css3, fetch-api, html5, javascript
- Language: HTML
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Meetcode
Meetcode is a website having two linked webpages namely the meetcode page and the meetcode statistics page.
Meetcode page has a table with three coloumns namely title acceptance and difficulty. The table is populated dynamically by using the fetch api and javascript. Onclick of the acceptance table heading, the table gets expanded which shows the fetched data in the descending order of acceptance rate.
Meetcode statistics page is linked to the meetcode page. It has a two coloumned table, which are the questions related to and number of questions. This table is also populated by using the fetch api and javascript. The table is expanded when the no of questions header is clicked and shows the data in desecnding order of no of questions.