Can You Clear This Challenge Site Designed for Engineers?

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

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • TypeScript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

    TypeScript

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • flow-pipeline

    A set of tools and examples to run a flow-pipeline (sFlow, NetFlow)

    I used CloudFlare for the domain, which made deploying to a subdomain easy.

  • vite

    Next generation frontend tooling. It's fast!

    Vite

  • Tailwind CSS

    A utility-first CSS framework for rapid UI development.

    Tailwind Convenient

  • React

    The library for web and native user interfaces.

    React I considered Solid as well, but went with React for now.

  • pnpm

    Fast, disk space efficient package manager

    pnpm Feels faster overall for adding libraries and building. Alternatives like npm and yarn are available, but I chose pnpm for the best experience.

  • biome

    A toolchain for web projects, aimed to provide functionalities to maintain them. Biome offers formatter and linter, usable via CLI and LSP.

    { "$schema": "https://biomejs.dev/schemas/1.8.3/schema.json", "organizeImports": { "enabled": true }, "linter": { "enabled": true, "rules": { "recommended": true, "a11y": { "useKeyWithClickEvents": "off" } } - } + }, + "javascript": { + "formatter": { + "semicolons": "asNeeded" + } + } }

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

  • Collab Lab #66 Recap

    7 projects | dev.to | 7 Apr 2024
  • Create a Keyword Generator Chrome Extension🔥

    6 projects | dev.to | 29 Apr 2023
  • Any former accountants that made the transition to Front End?

    6 projects | /r/webdev | 24 Dec 2022
  • How to add absolute paths to your TypeScript Project

    3 projects | dev.to | 22 Nov 2022
  • The Complete Guide to a Career in Web Development: Frameworks, Typescript, Hosting and DevOps

    14 projects | dev.to | 22 Sep 2022