All Projects → nas5w → Typeofnan Javascript Quizzes

nas5w / Typeofnan Javascript Quizzes

Licence: mit
JavaScript quiz questions and explanations!

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Typeofnan Javascript Quizzes

React Packages
Meteor packages for a great React developer experience
Stars: ✭ 551 (-2.65%)
Mutual labels:  hacktoberfest
Website
The train engine powering the Coding Train website
Stars: ✭ 5,313 (+838.69%)
Mutual labels:  hacktoberfest
Rust Rosetta
Implementing Rosetta Code problems in Rust.
Stars: ✭ 563 (-0.53%)
Mutual labels:  hacktoberfest
Nheko
Desktop client for Matrix using Qt and C++17.
Stars: ✭ 552 (-2.47%)
Mutual labels:  hacktoberfest
Pushbullet.py
A python client for http://pushbullet.com
Stars: ✭ 555 (-1.94%)
Mutual labels:  hacktoberfest
Beehive
A flexible event/agent & automation system with lots of bees 🐝
Stars: ✭ 5,348 (+844.88%)
Mutual labels:  hacktoberfest
Flask Googlemaps
Easy way to add GoogleMaps to Flask applications. maintainer: @RiverFount
Stars: ✭ 550 (-2.83%)
Mutual labels:  hacktoberfest
Mtproto
Full-native go implementation of Telegram API
Stars: ✭ 566 (+0%)
Mutual labels:  hacktoberfest
Hello World
Hello World in all possible programmnig languages
Stars: ✭ 558 (-1.41%)
Mutual labels:  hacktoberfest
Controlzex
Shared Controlz for WPF and ... more
Stars: ✭ 561 (-0.88%)
Mutual labels:  hacktoberfest
Addons
➕ Docker add-ons for Home Assistant
Stars: ✭ 548 (-3.18%)
Mutual labels:  hacktoberfest
Meteor User Status
Track user connection state and inactivity in Meteor.
Stars: ✭ 555 (-1.94%)
Mutual labels:  hacktoberfest
Cataclysm Dda
Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world.
Stars: ✭ 5,894 (+941.34%)
Mutual labels:  hacktoberfest
Do Agent
Collects system metrics from DigitalOcean Droplets
Stars: ✭ 552 (-2.47%)
Mutual labels:  hacktoberfest
Pezor
Open-Source PE Packer
Stars: ✭ 561 (-0.88%)
Mutual labels:  hacktoberfest
Translators
Zotero Translators
Stars: ✭ 549 (-3%)
Mutual labels:  hacktoberfest
Cockpit
Add content management functionality to any site - plug & play / headless / api-first CMS
Stars: ✭ 5,173 (+813.96%)
Mutual labels:  hacktoberfest
Opsdroid
🤖 An open source chat-ops bot framework
Stars: ✭ 563 (-0.53%)
Mutual labels:  hacktoberfest
C
Implementation of All ▲lgorithms in C Programming Language
Stars: ✭ 559 (-1.24%)
Mutual labels:  hacktoberfest
Mycroft Core
Mycroft Core, the Mycroft Artificial Intelligence platform.
Stars: ✭ 5,489 (+869.79%)
Mutual labels:  hacktoberfest
TypeOfNaN JavaScript Quizzes

Learn JavaScript fundamentals through fun and challenging quizzes! 😃

View the app: 👉 https://quiz.typeofnan.dev

GitHub issues PRs Welcome GitHub forks GitHub stars GitHub license


🚀 How to run the app locally

In order to use this app locally, the package manager yarn needs to be installed

If you don't have it installed yet, head over to:

👉 https://yarnpkg.com/en/docs/install

and install the latest yarn version for your system.

1. Clone the repo

🏇 Run this command to clone the repo, it shall install the app locally and change to its directory automatically:

git clone https://github.com/nas5w/typeofnan-javascript-quizzes typeofnan-javascript-quizzes && cd $_

2. Install dependencies

First, before you can use the app, you have to run this command to install all the dependencies:

yarn install

3. Start and view the app 👀

After you've installed all the dependencies, run this command to start the app:

yarn start 🏇

Then, in your browser, open http://localhost:8000/ to view it! 🎉 🎉

🚧 Contributing

I invite you to contribute to this repository! You can do so by opening an issue, or by directly contributing questions.

To directly contribute a quiz question, do the following:

  1. Fork the repository 🍴
  2. In terminal run yarn install
  3. For creating new question run yarn new-question %your_question_name% (Note %your_question_name% should be lowercased with words separated with dash -)
  4. Open file index.md in directory content/questions/%your_question_name% and fill all fields.

If you have any questions, let me know!

📋 About the app

The app was bootstrapped using the gatsby-starter-blog template and then massaging it into a format conducive to quizzing. The app is deployed from master to Netlify.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].