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

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

Awesome Lists containing this project

README

          

# mdn-browser-compat-data-learning-level [![Build Status](https://travis-ci.org/azu/mdn-browser-compat-data-learning-level.svg?branch=master)](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