Giter Site home page Giter Site logo

interques's People

Contributors

1709abhishek avatar arcwhiz avatar arpansac avatar arunsridher avatar asyriac avatar ayushk12 avatar dakshkhetan avatar deepak-singh343 avatar dhanu084 avatar divyanshgupta003 avatar dutta-pratik avatar eldhosekuriakose avatar garunanurag avatar gauravdwivedi avatar gyansde avatar kirti2198 avatar knightmate avatar kunalkr789 avatar lavanya94lava avatar manishkaa avatar mounikareddy15 avatar priyanka-kagrahari avatar provks avatar rks107 avatar shivamyth avatar shubhamr238 avatar smriti237 avatar sonu-kumar-web avatar vipulchauhan07 avatar viratsoam avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

interques's Issues

Complete the readme file

This repo is about finding and crowdsourcing interview questions. Let's create the readme with the following:

  • Contribution rules + steps
  • Link to licence
  • A nice description of the repository

Create sample pages

Create a sample pages (html files) for:

  • Adding a new question
  • Adding a new topic page

Add Google Analytics Tracker to all the html pages

Add this script to the beginning of the head tag of each html page

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-157837769-1"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());
  gtag('config', 'UA-157837769-1');
</script>

Add the first question

provide a link on the list of questions page
add tags
add answer
add breadcrumbs
add author (with github and linkedin profile link)

update readme (change file-name convention)

The answer file which is to be created in 'javascript/answers/' should be named as 'github_username-q-question_number'.

For eg: If I am adding question 5 JS answer, then the html file which is to be created inside 'javascript/answers/' should be named as 'dakshkhetan-q5.html'

Add coding ninjas logo

Add the logo to the following places:

  • Favicon (16 x 16px)
  • Home page (72 x 72 px)

Image format should be png

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.