Building Star Wars Crawler with Azure Static Web Apps - Part 1

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • intro-starwars-app

    Repositório responsável pela artigo escrito no dev.to AQUI em como desenvolver a intro do Star Wars com Node.js & Express.js.

  • { "name": "intro-starwars-app", "version": "1.0.0", "description": "Desenvolvimento da Intro do Star Wars com deploy no Azure.", "main": "app.js", "scripts": { "dev": "nodemon", "lint": "eslint --ext .js -f ./node_modules/eslint-friendly-formatter . --fix" }, "repository": { "type": "git", "url": "https://github.com/glaucia86/intro-starwars-app.git" }, "keywords": [ "nodejs", "azure", "javascript", "express" ], "author": "Glaucia Lemos", "license": "MIT", "bugs": { "url": "https://github.com/glaucia86/intro-starwars-app/issues" }, "homepage": "https://github.com/glaucia86/intro-starwars-app#readme", "dependencies": { "eslint-friendly-formatter": "^4.0.1", "express": "^4.17.1", "nodemon": "^2.0.2", "prettier": "^1.19.1" }, "devDependencies": { "eslint": "^6.8.0", "eslint-config-airbnb-base": "^14.0.0", "eslint-plugin-import": "^2.19.1", "husky": "^3.1.0" }, "husky": { "pre-commit": "lint-staged", "pre-push": "npm run lint" }, "lint-staged": { "*.js": [ "prettier --write", "git add" ] } }

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Supercharge Your System Development: Leveraging Pre-Trained LLM APIs for Faster and More Efficient Building

    1 project | dev.to | 14 May 2024
  • The Clean Code book and the clean code paradigms

    1 project | dev.to | 14 May 2024
  • Meteor 2.16 and Oplog Tailing Optimization

    1 project | dev.to | 14 May 2024
  • How to use NextAuth useSession on Storybook 8

    1 project | dev.to | 14 May 2024
  • Create a typescript package with Parcel

    1 project | dev.to | 14 May 2024