nullthefirst / react-fcctest

JavaScript plugin for the freeCodeCamp Test Suite

Home Page:https://www.npmjs.com/package/react-fcctest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

import ReactFCCtest from 'react-fcctest';
<ReactFCCtest />

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

About

JavaScript plugin for the freeCodeCamp Test Suite

https://www.npmjs.com/package/react-fcctest

License:MIT License


Languages

Language:JavaScript 100.0%