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
- Host: GitHub
- URL: https://github.com/bonham000/app-time-lessons
- Owner: bonham000
- License: bsd-3-clause
- Created: 2018-11-19T02:05:32.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T01:55:44.000Z (about 3 years ago)
- Last Synced: 2023-03-02T08:21:59.711Z (almost 3 years ago)
- Topics: javascript, learning-exercise, programming
- Language: JavaScript
- Homepage: https://app-time-lessons.surge.sh/
- Size: 784 KB
- Stars: 26
- Watchers: 1
- Forks: 8
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.