All Projects → bonham000 → app-time-lessons

bonham000 / app-time-lessons

Licence: BSD-3-Clause license
Short multiple choice questions for learning JavaScript and programming concepts

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to app-time-lessons

VubbiScript
Programming with blocks in Unity3D...
Stars: ✭ 41 (+86.36%)
Mutual labels:  programming
Programmazione-1
Raccolta P1
Stars: ✭ 13 (-40.91%)
Mutual labels:  programming
stanford-algorithms-specialization
Problem Set and Programming Assignment Solutions to Stanford University's Algorithms Specialization on Coursera & edX
Stars: ✭ 43 (+95.45%)
Mutual labels:  programming
lazarus-beginners-guide
A book written for new Lazarus users, named "Beginners’ Guide to Lazarus IDE". Moved to: https://gitlab.com/adnan360/lazarus-beginners-guide
Stars: ✭ 26 (+18.18%)
Mutual labels:  programming
Starred-Repo
⚡ Collection of Starred Repos to find them easily
Stars: ✭ 41 (+86.36%)
Mutual labels:  programming
Programming-Basics-Book-CSharp-EN
Textbook for the "Programming Basics" course @ SoftUni (C#, English)
Stars: ✭ 45 (+104.55%)
Mutual labels:  programming
malluscript
A simple,gentle,humble scripting language for mallus, based on malayalam memes.
Stars: ✭ 112 (+409.09%)
Mutual labels:  programming
nerdojo
🥋 Coding Dojo é uma forma de treinar suas habilidades em desenvolvimento de sistemas. Usamos o formato KATA. Nesse formato vamos apresentar o desafio e apresentar a proposta de solução (sem mostrar o código), e reunir as pessoas em equipes. Esse repositório serve como uma central de tudo o que acontece no NCD. Fique por dentro!
Stars: ✭ 36 (+63.64%)
Mutual labels:  programming
DARK-FB v1.6
script hack fb
Stars: ✭ 50 (+127.27%)
Mutual labels:  programming
gamedevguide
Game Development & Unreal Engine Programming Guide
Stars: ✭ 314 (+1327.27%)
Mutual labels:  programming
python-tutorial-codes
Python 🐍 Tutorials
Stars: ✭ 23 (+4.55%)
Mutual labels:  programming
WordIDE
A tool that helps you write code in your favorite IDE: your word processor!
Stars: ✭ 37 (+68.18%)
Mutual labels:  programming
hackerrank-30-Days-of-Code
Hackerrank Solutions of "30 Days of Code Challenges "
Stars: ✭ 23 (+4.55%)
Mutual labels:  programming
cli
Nexss PROGRAMMER 2.x - innovative and evolutionary programming tool - over 50 programming languages
Stars: ✭ 15 (-31.82%)
Mutual labels:  programming
Community-Programming-Book
Community written book on Programming Languages
Stars: ✭ 31 (+40.91%)
Mutual labels:  programming
30-seconds-of-csharp
Short C# code snippets for all your development needs
Stars: ✭ 132 (+500%)
Mutual labels:  programming
BottomSheet
Example project showing how to implement a bottom sheet in Swift 5 using container/child view controllers, UIPanGestureRecognizer, and constraint animations.
Stars: ✭ 31 (+40.91%)
Mutual labels:  programming
wrangling-genomics
Data Wrangling and Processing for Genomics
Stars: ✭ 49 (+122.73%)
Mutual labels:  programming
gms-sample-library
👑 A library with demo projects to learn Game Maker Studio and Game Maker Language (GML)
Stars: ✭ 22 (+0%)
Mutual labels:  programming
BIPES
BIPES: Block based Integrated Platform for Embedded Systems allows text and block based programming for several types of embedded systems and Internet of Things modules using MicroPython, CircuitPython, Python or Snek. You can connect, program, debug and monitor several types of boards using network, USB or Bluetooth. No software install needed!
Stars: ✭ 72 (+227.27%)
Mutual labels:  programming

App Time! Lessons 🏅

This app was adapted from this quiz app and then again from this multiple choice quiz app for freeCodeCamp provides a practice testing and development environment for freeCodeCamp's multiple-choice interview questions.

It's running live here for you to practice on.

These are quiz lessons to help you learn the basic concepts of JavaScript and programming.


The challenges all live in the src/challenges directory. Each category has a separate JSON file which is structured similar to the other challenge seed files in the core freeCodeCamp repository. To contribute a challenge, simply make a pull request with your challenge question(s) in the appropriate seed file.

To run this project locally:

yarn install
yarn start

To see more details on making a contribution, please see CONTRIBUTING.md.

We are tracking and organizing these questions in the issues on this repository. Please go there to see what progress is being made and where you can help out if you are interested in helping.

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].