All Projects → StateOfJS → Stateofjs Legacy

StateOfJS / Stateofjs Legacy

Licence: other
Monorepo for older State of JS surveys

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Stateofjs Legacy

Stateofjs 2019
State of JS 2019 survey report website
Stars: ✭ 145 (-60.81%)
Mutual labels:  survey, dataviz
Layercake
graphics framework for sveltejs
Stars: ✭ 329 (-11.08%)
Mutual labels:  dataviz
Kenlg Reading
Reading list for knowledge-enhanced text generation, with a survey
Stars: ✭ 257 (-30.54%)
Mutual labels:  survey
Poldata
A dataset with political datasets
Stars: ✭ 305 (-17.57%)
Mutual labels:  survey
Survey Library
JavaScript Survey and Form Library
Stars: ✭ 3,060 (+727.03%)
Mutual labels:  survey
Recommendation Systems Paperlist
Papers about recommendation systems that I am interested in
Stars: ✭ 308 (-16.76%)
Mutual labels:  survey
easypoll-v3
EasyPoll Discord Bot | With EasyPoll, a Discord Poll Bot, you can easily create polls and your members can vote by clicking on a reaction very easily and quickly.
Stars: ✭ 35 (-90.54%)
Mutual labels:  survey
Mozaik
Mozaïk is a tool based on nodejs / react / redux / nivo / d3 to easily craft beautiful dashboards
Stars: ✭ 3,546 (+858.38%)
Mutual labels:  dataviz
Vue Flow Form
Create conversational conditional-logic forms with Vue.js.
Stars: ✭ 315 (-14.86%)
Mutual labels:  survey
Data2viz
An Android, JavaFx, JS multiplatform datavisualization library with comprehensive DSL
Stars: ✭ 300 (-18.92%)
Mutual labels:  dataviz
Cellxgene
An interactive explorer for single-cell transcriptomics data
Stars: ✭ 300 (-18.92%)
Mutual labels:  dataviz
Surveykit
Android library to create beautiful surveys (aligned with ResearchKit on iOS)
Stars: ✭ 288 (-22.16%)
Mutual labels:  survey
Flask jsondash
🐍 📊 📈 Build complex dashboards without any front-end code. Use your own endpoints. JSON config only. Ready to go.
Stars: ✭ 3,215 (+768.92%)
Mutual labels:  dataviz
Openstreetmap Heatmap
Visualization of OpenStreetMap Data with Blender and Python
Stars: ✭ 261 (-29.46%)
Mutual labels:  dataviz
Rspapers
A Curated List of Must-read Papers on Recommender System.
Stars: ✭ 4,140 (+1018.92%)
Mutual labels:  survey
Awesome Dataviz
📈 A curated list of awesome data visualization libraries and resources.
Stars: ✭ 2,905 (+685.14%)
Mutual labels:  dataviz
Covidtrends
Tracking the growth of COVID-19 Cases worldwide
Stars: ✭ 290 (-21.62%)
Mutual labels:  dataviz
Ggpage
Creates Page Layout Visualizations in R 📄📄📄
Stars: ✭ 306 (-17.3%)
Mutual labels:  dataviz
Graph Adversarial Learning Literature
A curated list of adversarial attacks and defenses papers on graph-structured data.
Stars: ✭ 362 (-2.16%)
Mutual labels:  survey
React Jsx Highcharts
Highcharts built with proper React components
Stars: ✭ 336 (-9.19%)
Mutual labels:  dataviz

State of JS

Travis CI

Translation

If you'd like to help translate the 2018 survey results, check out this blog post.

Structure

The project is split by surveys, each one has its own folder containing the dedicated website (website folder) and data processing logic (data_processing folder).

You also have a dedicated folder for the homepage home.

Development

If you're in a hurry, you can run make. It will list all the available commands used to work on the project.

Requirements

  • Node.js >= 8.3.0
  • Yarn
  • docker and docker-compose to be able to run the data processing tools
  • GNU Make

Installation

Please make sure to use yarn if you go for manual install as we only provide lock files for this tool.

You have several options to install project dependencies, either by installing them manually via standard yarn install inside the various directories you're planning to work on, or by using custom make targets.

Another option is to install all dependencies using the following command:

make install

And if you only want to work on a specific survey, you can run:

make survey_install_2018

Coding style

This project uses prettier which can be run using this command:

make fmt

There's another command which only checks if the code was formatted as expected:

make fmt_check

The project also uses ESLint to enforce good practice and consistency, the configuration is common to the whole project, to run it:

make lint

make fmt_check and make lint both run on CI (travis).

Captures

In order to improve sharing on social networks, we generate screenshots of the charts, to generate those screenshots for a specific survey, you can run the following command:

make survey_capture_2018

This will take screenshots according to the config defined in surveys/2018/config/captures.yml.

Please make sure that the target survey's development server is running prior to running this command, using make survey_dev_2018 for example.

Deployment

Build

As for install, you have several ways to build the websites and homepage.

You can build all using:

make build

or just build the home:

make home_build

or a specific survey's website:

make survey_build_2018

Deploy

@todo

Authors

StateOfJS is Made by:

  • Sacha Greif Author of Discover Meteor and creator of VulcanJS, a React+GraphQL open-source framework.
  • Raphaël Benitte Creator of the Nivo JavaScript data visualization library as well as Mozaik, a tool for building beautiful dashboards.
  • Michael Rambeau Creator of Best of JavaScript, a platform that provides insights and resources about JavaScript libraries.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].