Skip to content

Python Quizzer v1.0.0

Latest
Compare
Choose a tag to compare
@alexandengstrom alexandengstrom released this 04 Jan 23:13
· 21 commits to main since this release

Welcome to Python Quizzer v1.0.0!

Hey everyone,

This is the first version of Python Quizzer! It's a fun way to test and learn Python, built with React and TypeScript.

What's in v1.0.0

  • Questions: I've packed this version with 286 Python questions:
    • Beginner: 78
    • Medium: 61
    • Hard: 70
    • Expert: 77

You'll get a mix of these in each 20-question quiz, making sure there's a good challenge for everyone.

  • How It Works: Each question comes with a piece of code and six possible answers. Pick an answer, and you'll get an explanation to help you learn.

  • Simple Interface: I've made the game simple and easy to use. No fancy stuff, just straightforward quizzing fun.

Getting Started

Ready to play? Try the Python Quizzer!

Or just clone the repo, set things up with a couple of commands, and you're good to go:

git clone git@github.com:alexandengstrom/python-quizzer.git
npm install
npm run dev

Help Me Make It Better

Got an idea or want to add questions? Go for it! Check the README for how to get started.