Here's my website setup...

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
  • autoprefixer

    Parse CSS and add vendor prefixes to rules by Can I Use

  • Autoprefixer - so I don't have to add -moz or -webkit vendor prefixes to some CSS properties.

  • postcss-nested

    PostCSS plugin to unwrap nested rules like how Sass does it.

  • PostCSS Nested - so I can use Sass-like nesting.

  • 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
  • css-modules

    Documentation about css-modules

  • Since my project is based on Gatsby and React, I basically created components for everything: header, footer, forms, buttons and specific content sections. And because of componentized nature of my codebase, I decided to utilize CSS Modules concept so I don't have to be worried about using too generic names for my CSS selectors and everything can be scoped locally.

  • Sass

    Sass makes CSS fun!

  • I used to use Sass or Less in my previous projects but this time I wanted to try something new so I went with PostCSS which basically adds a bit of magic to normal CSS.

  • React

    The library for web and native user interfaces.

  • It's based on React and its API/documentation seems pretty straightforward and understandable. Plus I wanted to play with React a bit more.

  • postcss-preset-env

    Discontinued Convert modern CSS into something browsers understand

  • postcss-preset-env - it lets you use some cutting-edge CSS but understandable by modern browsers.

  • Puts Debuggerer

    Ruby library for improved puts debugging, automatically displaying bonus useful information such as source line number and source code.

  • I store everything as a GitHub repo. You may wonder if it makes any sense to do so if it's a tiny project that I don't collaborate on with anyone else... And my answer is: YES! I make small commits and this alone saved my butt once or twice already - for example when I had to restore some previous version of a component. And you're right - I don't utilize 95% of what GitHub (or Git alone) provides, but the rest 5% is still worth it.

  • 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.

    InfluxDB 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

  • Creating an Angular blog with Scully and deploying on Netlify

    4 projects | dev.to | 3 May 2022
  • How to Become a Front-End Developer?

    2 projects | dev.to | 26 Mar 2024
  • Build a simple E-commerce PIM with Next.js, Prisma, and Neon

    4 projects | dev.to | 9 Mar 2024
  • Just received an invite to complete a takehome test that requires at least 20 hours of work as the very first step of an interview.

    3 projects | /r/webdev | 27 Jun 2023
  • Milligram CSS: カスタム・ビルド (Node.js 18 on Alpine Linux 3.17 使用)

    4 projects | dev.to | 11 Feb 2023