bonham000 / app-time-lessons

Short multiple choice questions for learning JavaScript and programming concepts

Home Page:https://app-time-lessons.surge.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Short multiple choice questions for learning JavaScript and programming concepts

https://app-time-lessons.surge.sh/

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


Languages

Language:JavaScript 75.3%Language:CSS 20.2%Language:HTML 4.5%