sotoblanco / Developer_Quiz_Site

This is a quiz site filled with over 1000+ questions on programming.

Home Page:https://developerquiz.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

freeCodeCamp Developer Quiz

Learn to Code RPG Main Menu

The developerquiz.org website is the companion to Learn to Code RPG Game, a visual novel game developed by freeCodeCamp to help you learn how to code. 😺

developerquiz.org hosts all 1000+ multiple choice questions featured in the game on the following topics:

  • HTML πŸ–ŠοΈ
  • CSS 🎨
  • JavaScript βš™οΈ
  • Linux 🐧
  • Python 🐍
  • Git πŸ“
  • SQL πŸ“Š
  • IT πŸ–₯️
  • Quality Assurance βœ…
  • Agile ⏩
  • Security πŸ”’
  • and Computer Science Concepts πŸ€–

All questions are beginner friendly and approachable to all levels, so they are ideal for refreshing your programming knowledge.

If you are brand new to programming, learn to code for free and start your programming journey with freeCodeCamp.

freeCodeCamp creates thousands of articles, videos and courses on a variety of coding topics.

All of the helpful and thoughtful resources are made possible by the generous donations of kind people.

Have a look here at the different ways you can support our non-profit's mission and make tech education accessible to all.

How to run the project locally

Here are directions on how to fork the freeCodeCamp/Developer_Quiz_Site repository:
https://docs.github.com/en/get-started/quickstart/fork-a-repo

In the command line:

  1. Clone the repo by typing git clone https://github.com/YOUR-GITHUB-USERNAME/Developer_Quiz_Site.git
  2. Then type cd Developer_Quiz_Site to go into the project's directory.
  3. Install dependencies with npm install
  4. Run the project with npm start
  5. Have fun πŸš€

How to contribute

This open source project is a work in progress and ever evolving.

We welcome all contributions, suggestions and ideas for improvement from the community.

You can contribute by fixing bugs in the codebase, proposing new features or adding new questions.

Make sure to first read through the Code of Conduct.

Then, read through our Contributing Documentation.

How to report bugs

Found a bug while playing?

Read through this helpful article on how to report bugs.

Then, report them by opening a GitHub Issue.

License

Copyright Β© 2021 freeCodeCamp.org, All rights reserved.

About

This is a quiz site filled with over 1000+ questions on programming.

https://developerquiz.org

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:TypeScript 98.6%Language:CSS 0.8%Language:HTML 0.5%Language:Dockerfile 0.1%Language:Shell 0.0%