Skip to content

metajuit/metaqp

 
 

Repository files navigation

metaqp

The metaX Project: Question paper search

forthebadge made-with-javascript forthebadge metaqp

Aki is a studious child. Seriously? Is he lazy? Not at all! He always keeps asking, 'How to get the freaking question papers?'. He is in search of his Question papers for T1 and sick of clicking numerous folders for hours on the boring dot6 space. Boom! He got an idea. He started to search the question papers from the search bar. He went to dot6.

Wow! What a beautiful place it is! He found the Question paper and checked department semesters, examinations, found out the matching one, and finally, he solved the paper.

Maybe it was too late and some stud who had a better access, solved papers much before. Aki asked him, 'Bro, how did you find it earlier?'. He replied, 'Use MetaQP son!'.

Development

Host machine

$ git clone https://github.com/akhilesh-k/metaqp.git
$ cd metaqp
$ sudo npm install http-server
$ http-server metaqp

Generating Data in JSON format

python3 build_search_data.py

This script logs the address of question paper files and output the required JSON data.

Buitifying data.json

You can use any JSON utility that is installed on your computer. jq is recommended.

$ jq '' data/list.json > data/data.json
$ mv data/data.json data/list.json

Wiki

We've a list of FAQ here. If you've any queries, find the answer from there. If your question is not there, add it by yourself. We would love to answer.

Contributions

PRs are most welcome!

GPLv3 license

Contributor

Made with Akhilesh Kumar, Lavish Kumar and Prashasy Ashok

Data Contributor

Maintainer

Akhilesh Kumar (@akhilesh-k on metajuit Slack.)

About

UI experimentation for the metaQP project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 67.5%
  • JavaScript 18.1%
  • HTML 13.7%
  • Python 0.7%