GitXplorerGitXplorer
f

Developer_Quiz_Site

public
278 stars
377 forks
8 issues

Commits

List of commits on branch main.
Verified
dc1bcc953c37fa6a8e0d23a463d02ed6be1d3073

chore(deps): update dependency lint-staged to v15.4.1 (#1291)

rrenovate[bot] committed a day ago
Verified
9324fdfc1dd7a0580cc0ae24bb20bfdb74a10851

fix(deps): update dependency react-router-dom to v6.28.2 (#1290)

rrenovate[bot] committed a day ago
Verified
b9562cd24a8b039bb5bb9082d4ed215e7bcf858e

chore(deps): update dependency lint-staged to v15.4.0 (#1289)

rrenovate[bot] committed 2 days ago
Verified
a5e8d8024eff1463268425568bfb0a84e01fbb83

fix(deps): update testing-library monorepo (#1287)

rrenovate[bot] committed 2 days ago
Verified
15c9e305843c9f527db0bde5cea8134905dc5bec

chore(deps): update dependency @types/node to v20.17.14 (#1288)

rrenovate[bot] committed 2 days ago
Verified
eac0bb64d5970105825ec659cd251e82cf62a9a8

chore(deps): update dependency @types/node to v20.17.13 (#1284)

rrenovate[bot] committed 3 days ago

README

The README file for this repository.

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 1200+ 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 work on the project using Gitpod

Gitpod is an online environment, where you can work on projects without installing anything on your machine. To setup the Developer Quiz Site with Gitpod, visit this link

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 pnpm install
  4. Run the project with pnpm start
  5. Have fun 🚀

Using Docker Compose

Ensure you have Docker and Docker Compose installed on your machine.

  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. Run the project with docker-compose up
  4. Access the project at http://localhost:3000 or via the host network IP address, typically http://HOST_IP_ADDRESS:3000
  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 run the unit tests

Once you are finished making changes, you will need to run the test suite to make sure your code doesn't break anything. Here is terminal command for running tests: pnpm test (or, even shorter: pnpm t )
alternativetly (and also cool!) - you can install vscode vitest extension

How to run the e2e tests

This repo uses Playwright for end-to-end testing.

  • To run the tests in UI mode, run:

    pnpm run e2e:ui
    
  • To run the tests in headless mode, run:

    pnpm run e2e:ci
    

Note: e2e tests cannot be run in Gitpod environment.

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.

Our Contributors

License

Copyright © 2024 freeCodeCamp.org, All rights reserved.