https://github.com/nullthefirst/react-fcctest
JavaScript plugin for the freeCodeCamp Test Suite
https://github.com/nullthefirst/react-fcctest
Last synced: about 1 year ago
JSON representation
JavaScript plugin for the freeCodeCamp Test Suite
- Host: GitHub
- URL: https://github.com/nullthefirst/react-fcctest
- Owner: nullthefirst
- License: mit
- Created: 2018-09-07T23:39:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-23T10:51:45.000Z (over 5 years ago)
- Last Synced: 2025-03-28T10:11:36.172Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/react-fcctest
- Size: 17.9 MB
- Stars: 23
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a JavaScript plugin for the freeCodeCamp Test Suite. Here is the DEMO.
## Functionality
This plugin works for the following sections of the curriculum
- Responsive Web Design Projects
- Front End Libraries Projects
- Data Visualization Projects
## How To Use
- Run `npm i react-fcctest` or `yarn add react-fcctest` to install the JavaScript plugin.
- Include the following snippets in your code.
```javascript
import ReactFCCtest from 'react-fcctest';
```
```javascript
```
That is all there is to it!
> This open source project was built out of admiration for freeCodeCamp. Teaching people to code globally is a great mission! Try to change the world, one line of code at a time.
> [~ ninte.dev](https://ninte.dev)