https://github.com/azu/mdn-browser-compat-data-learning-level
Test your learning level by MDN APIs
https://github.com/azu/mdn-browser-compat-data-learning-level
api javascript mdn quiz web
Last synced: 5 months ago
JSON representation
Test your learning level by MDN APIs
- Host: GitHub
- URL: https://github.com/azu/mdn-browser-compat-data-learning-level
- Owner: azu
- License: mit
- Created: 2018-09-18T10:37:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-17T12:12:29.000Z (about 5 years ago)
- Last Synced: 2025-03-31T19:21:17.264Z (6 months ago)
- Topics: api, javascript, mdn, quiz, web
- Language: JavaScript
- Homepage: https://mdn-browser-compat-data-learning-level.netlify.com/
- Size: 1.33 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mdn-browser-compat-data-learning-level [](https://travis-ci.org/azu/mdn-browser-compat-data-learning-level)
> Test your learning level.
This tools use [mdn/browser-compat-data](https://github.com/mdn).
## Usage
1. Open
2. If you have know the API, select Yes(Press ← key) else if select No(Press → key)
3. Show results## Build Setup
``` bash
# install dependencies
$ npm install # Or yarn install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm start# generate static project
$ npm run generate
```For detailed explanation on how things work, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).
## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D## License
MIT