An open API service indexing awesome lists of open source software.

https://github.com/bonham000/app-time-lessons

Short multiple choice questions for learning JavaScript and programming concepts
https://github.com/bonham000/app-time-lessons

javascript learning-exercise programming

Last synced: 2 months ago
JSON representation

Short multiple choice questions for learning JavaScript and programming concepts

Awesome Lists containing this project

README

          

# App Time! Lessons 🏅

This app was adapted from [this quiz app](https://github.com/bonham000/react-quiz-app) and then again from [this multiple choice quiz app for freeCodeCamp](https://github.com/bonham000/multiple-choice-questions) provides a practice testing and development environment for freeCodeCamp's multiple-choice interview questions.

**[It's running live here for you to practice on.](https://app-time-lessons.surge.sh/)**

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:

```sh
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.