Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.