Building an Event App with Astro & Prismic

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
  1. event-app

    All code for this article can be found on GitHub.

  2. SaaSHub

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

    SaaSHub logo
  3. Tailwind CSS

    A utility-first CSS framework for rapid UI development.

    Tailwind – a utility-first CSS framework for styling our application.

  4. astro

    The web framework for content-driven websites. ⭐️ Star to support our work!

    // astro.config.mjs import { defineConfig } from 'astro/config'; import tailwind from "@astrojs/tailwind"; import react from "@astrojs/react"; // https://astro.build/config export default defineConfig({ integrations: [tailwind(), react()] });

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

  • How to make your own blog with Astro.JS and Dev To API

    3 projects | dev.to | 3 Aug 2024
  • My fourth Hacktoberfest PR

    3 projects | dev.to | 29 Oct 2022
  • My Experience with Astro 🚀

    2 projects | dev.to | 3 Oct 2022
  • Add a headless CMS to Astro in 3 easy steps

    3 projects | dev.to | 20 Sep 2022
  • [Update] Simple static website for an artist friend

    4 projects | /r/webdev | 28 Jan 2023

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?