Accelerate your learning by starting with the full source code of my first project

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

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • react-easy-state

    Simple React state management. Made with ❤️ and ES6 Proxies.

    The app for people to submit orders (drinks-user) is just a form and to manage state, I'm using React-easy-state

  • axios

    Promise based HTTP client for the browser and node.js

    I'm using the Axios package to fetch data, which the official Strapi docs recommend and I prefer it to the browser fetch Api tbh. The view() wrapping the component is from the state libarary and assures it re-renders when the state is updated.

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

  • drinks-user

    drinks-user (the order form) drinks-bar (the bar management app)

  • Strapi

    🚀 Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable and developer-first.

    This article will guide you through setting up and deploying a production-ready app and utilizes a Create-React-App (CRA) boilerplate to get us at a good starting point and Strapi for building our api end-points and auth and a Postgres DB for storing data.

  • chakra-ui

    ⚡️ Simple, Modular & Accessible UI Components for your React Applications

    The ordering (drinks-user) and the management (drinks-bar) sides of the app, build off of Create-React-App, with the drinks-app using Chakra-ui for a small bit of functionality/ animation.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

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