JavaScript Stuff DB
To use this data in your own project, npm install --save javascriptstuff-db
and then try some of the following code:
// get all the projects in a particular categoryconst starters = ; // get tags in a particular topicconst tags = starterstags; // find react starter projects that use Webpackconst webpackStarters = starters // also provided as JSON data if you wantconst starterJson = ;
Project Objects
Projects are in this format:
,
Tag Objects
Tags are either plain strings, or objects in this format: