Giter Site home page Giter Site logo

prasad-more-12 / hacktoberfest_interview_app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tc2r1/dev_interview_prep_app

0.0 0.0 0.0 7.14 MB

This is an Open Sourced Hacktoberfest Programming Quiz Project to help people practice for interviews. We are redesigning the application for use with all languages. Open for Contributions for Hactoberfest

Home Page: https://hacktoberfest.digitalocean.com/

License: Other

JavaScript 3.99% Ruby 0.29% C++ 0.04% Python 9.96% C 0.02% PHP 0.01% Objective-C 1.55% Java 26.01% Haskell 0.02% Go 0.03% C# 0.06% Rebol 0.01% Rust 0.03% Kotlin 52.87% TypeScript 0.02% Swift 2.95% Starlark 0.21% HTML 1.93%

hacktoberfest_interview_app's Introduction

🎃 🎃

🎃 Use this project to make your first contribution to an open source project on GitHub. Practice making your first pull request to a public repository before doing the real thing! 🎃

This repository is open to all members of the GitHub community. Any member may contribute to this project without being a collaborator.

Don't forget to give ⭐ ( To give star you can see on your screen on top right hand side Just smash it 💥 :)

(Type "!assign" in a comment under issues to be assigned an issue)

I have worked really hard to create a variety of ways in which everyone contribute to this project, there should be multiple directions any skill level can go in with this project. Below are a few different ways all skill levels and programmer types can contribute.

Contributors submitting low- or non-code content to projects should create a PR/MR to track it

Click Here to Create a Pull Request

No Code Contributions

LOG YOUR NON-CODE CONTRIBUTION IN THE CONTRIBUTIONS.MD FILE

  • Documentation
    • If you see an area that could benefit from documentation, we welcome these contributions. Be it Code of Conducts, Reformatting a readme., Adding Graphs etc.
    • Writing and translating technical documentation
    • Translating a readme.md to another language
  • Designs
    • Use Tools Like Figma to create Mocks for the UI of the application
    • Redesign or create an application icon or splash screen
    • Create a header banner for the project
  • Advocacy by podcasts, case studies, blog posts, or social media posts
    • Write a blog post about the github project and how it can help others
    • Shoutout the repository on social media to a popular group
  • Maintenance
    • Create feature ideas you think would be benefitual for the application to have
      • At least 2 approve ideas must be submitted to satisfy a contribution of this type
      • Issues should be labeled Triage and Hacktoberfest
    • Review the Pull Request submitted by others.
      • At least 3 request must be reviewed in order to satisfy a contribution of this type.

Create a markdown.md file named [language]_cheatsheet_[username].md

Inside this file, create a cheatsheet that others can use to help them study for interviews.

Create a document in the project and-summit-22-notes with your thoughts on what you found interesting that was discussed during Android Summit 2022

Low Code Contributions

  • Add Comments to at least 2 files in the project
    • comments should explain and detail what the code is doing to help newer developers.
  • Helpful Links
    • Add at least 3 links to helpful free resources developers can use to the readme.md in the root folder.

Click Here to Create a Pull Request

🎃🎃LEVEL 3 CONTRIBUTIONS🎃🎃 - BUILD A MODULE OF THE PROJECT :O!! YOU'RE A BOSS!

Want a challenge? Here you will rebuild the project with options to use the supplied UI. You will focus on showing off a few different libraries and an architecture of your choice (MVP, MVC, MVVM, HILT, Coroutines, etc etc etc endless possibilities) To show other developers different ways in which these things can be combined to build the quiz application. Please focus on and gain experience with the repository layer, dependency injection, view models, and whatever else you like! Lets see how many different modules we can create!

  1. navigate to https://github.com/Tc2r1/DevInterview_Questions/tree/master/Interview_Prep_App/

  2. decide if you want to work in Native_Java or Native_Kotlin, or something else (for something else skip to 6b) open the folder you choose.

  3. Fork the repo and create a branch to save your work to.

  4. copy the template application folder, paste it into native_kotlin folder, and rename it based on what your project will showcase. for example "retrofit, coroutines, viewmodel, jetpack compose" along with your username (IE: retrofit2_tc2r1)

  5. Open the "Interview_Prep_App" folder in android studio and add your module to the settings.gradle file.

  6. Rename the module id com.interviewprep.unique_folder_name_from_step_3 6b. For those who want to work in something besides native android, create a folder with your application type in Interview_Prep_App folder: "SwiftUI" "Html5" etc.

  7. Use your skills and libraries of choice to recreate the project.

  8. Pull latest changes from master branch into your branch and resolve all merge conflicts.

  9. Open Contributors.md file and add your name and relevant information.

  10. Add a README.md to the base of your project folder/ module that list what makes your version of the quiz app special (aka libraries you used, patterns, languages, etc)

  11. Create a PR (With detailed information and images if possible of your work)!

  12. Your PR will be reviewed, after resolving all request, your PR will be accepted

  13. CELEBRATE GOOD TIMES COME ON!!

  14. RINSE REPEAT! You're a fireball!




🎃🎃LEVEL 2 CONTRIBUTIONS🎃🎃 - RESOLVE A SMALL "ISSUE" TICKET!

Want to get your hands wet with some programming? Look at the open issues and find one that allows you to contribute to one of the modules! These will vary but should be easy enough.

  1. Find an issue and ask for rights/claim to work on it.
  2. A Maintainer will grant said permissions.
  3. Fork the repo and create a branch to save your work to.
  4. Resolve the issue
  5. Pull latest changes from master branch into your branch and resolve all merge conflicts.
  6. Create a PR!
  7. Your PR will be reviewed, after resolving all request, your PR will be accepted
  8. Open Contributors.md file and add your name and relevant information.
  9. CELEBRATE GOOD TIMES COME ON!!
  10. RINSE REPEAT! You're a fireball!



🎃🎃Level 1 Contributions🎃🎃 - Add a minimal of 3 objects to the questions or answers json of your choice.

We are using Json to create a list of frequently given interview questions and answers for different languages! In every directory, you will find two files questions and answers

If you'd like to contribute to questions.json:

  1. Fork this repo

  2. Navigate to the language folder you would like to contribute to.

  3. Open Questions, here copy the last item in the list, and fill in each label.

    id: incremental number.

    question: An interview question.

    details: An in depth answer of the question, no more than 150 characters.

    questionType: "multi" for a multiple answer type question, or "bool" for a true or false type question.

    trueOrFalse: if your question is multi, leave this false. If your question is true or false, type the correct answer.

    shortAns: The One Sentence Answer to your question PLEASE DO NOT INCLUDE THE TERM/SUBJECT USED IN THE QUESTION HERE, also Prefix with "it is", Please keep these less than 60 Characters

    tag: A one word tag that specifies what part of a project your question is in reference to.

    Please make sure to match the syntax of the previous items. Questions should end with a punctuation mark. Example: Please Make sure to start " shortAns" with "It is" (ie if the answer is "a cat" then say "It is a cat."

    { "id": 0,

    "question": "What is Android?",

    "details": "Android is a stack of software for mobile devices which includes an Operating System, middleware and some key applications. The application executes within its own process and its own instance of Dalvik Virtual Machine.",

    "questionType": "multi",

    "trueOrFalse": false,

    "shortAns": "It is a stack of software for mobile devices.",

    "tag": "android" },

    {

    "id": 1,

    "question": "The Android Operating System runs on many different devices?",

    "details": "Android operating system devices — including computers, digital cameras, media players, notebooks, and smartphones. There are now more than 24,000 different Android devices.",

    "questionType": "bool",

    "trueOrFalse": true,

    "shortAns": "**NOTHING GOES HERE FOR BOOLEAN QUESTIONS" = "",

    "tag": "Operating System"

    }

  4. Open Contributors.md file and add your name and relevant information.

  5. Make Pull Request.

Json Objects in the Answers.json are terms that will be used to hide the correct answer supplied by an item from Questions. json. Please Make sure to start "Answer" with "It is" (ie if the answer is " a cat" then say "It is a cat."

If you'd like to contribute to answers.json:

  1. Fork this repo
  2. Navigate to the language folder you would like to contribute to.
  3. Open Answers.json, here copy the last item in the list, and fill in each label.

answer: A topic with a basic small description. details: Detailed Information on the subject supplied in Answer, no more than 150 characters.

Please make sure to match the syntax of the previous items. Answers should end with a punctuation mark. Example:

{

  "answer": "**It is** everything you can see on the screen of the app.",
  
  "details": "Think of the individual UI elements like buttons, labels, and text fields."

},

{

  "answer": "**It is** a month-long celebration of open source software run by DigitalOcean.",
  
  "details": "Hacktoberfest encourages participation in the open source community, which grows bigger every year. Complete the 2021 challenge and earn a limited edition T-shirt."
  
}
  1. Open Contributors.md file and add your name and relevant information.
  2. Make Pull Request.
A month-long celebration from October 1st - 31st sponsored by [Digital Ocean](https://hacktoberfest.digitalocean.com/) and [GitHub](https://github.com/blog/2433-celebrate-open-source-this-october-with-hacktoberfest) to get people involved in [Open Source](https://github.com/open-source). Create your very first pull request to any public repository on GitHub and contribute to the open source developer community.

Hacktoberfest 2022 🎉

Hacktober Badge Hacktober Badge Star Badge Contributions

🗣 Hacktoberfest encourages participation in the open source community, which grows bigger every year. Complete the 2021 challenge and earn a limited edition T-shirt.

📢 Register here for Hacktoberfest and make four pull requests (PRs) between October 1st-31st to grab free SWAGS 🔥.

Rules

  • Don't use filthy words and be welcome for beginners and other people in this community.

Github Contribution Rules

  • Pull requests can be submitted to any opted-in repository on GitHub or GitLab.
  • The pull request must contain commits you made yourself.
  • If a maintainer reports your pull request as spam, it will not be counted toward your participation in Hacktoberfest.
  • If a maintainer reports behavior that’s not in line with the project’s code of conduct, you will be ineligible to participate.
  • To get a shirt, you must make four approved pull requests (PRs) on opted-in projects between October 1-31 in any time zone.
  • This year, the first 50,000 participants can earn a T-shirt.

Contributions of any kind welcome!

-Best of luck ✌️

Don't forget to give ⭐

( To give star you can see on your screen on top right hand side Just smash it 💥 :) )


Thanks For Your Help!?🏆

🏆🙏 Thanks🙏🏆

Made with contrib.rocks.

NOTE: if you should be on the list of contributors but we forgot you, don't be shy and let us know!



License

By-nc-nd

Nudennie White

hacktoberfest_interview_app's People

Contributors

tc2r1 avatar androidlion48 avatar prasad-more-12 avatar prasad-333 avatar dakshgupta2002 avatar mksiddiq avatar nyrkln avatar shreyanshmmgn avatar tannudaral avatar distantfutures avatar shibu-goswami avatar sahilchandravanshi avatar sdtw20 avatar rishu1601 avatar rarj avatar priyasingh03 avatar premjeet1804 avatar omm2005 avatar vishalrock1912 avatar yazh1202 avatar frogo123 avatar glitched-sudhanshu avatar ninjadev64 avatar poseidon2060 avatar scottajevans avatar vikrambaital avatar nombasamore avatar kcmean avatar krittiyaclark avatar kanupriya-jain avatar

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.