Building a Modern CV Builder with React 19, TypeScript, and Firebase: A Complete Guide

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

SurveyJS: Build JSON-Driven Surveys and Forms with Full Data Control
Add the SurveyJS UI components to your JS app (React/Angular/Vue3). Securely collect and analyze data without sending it to 3rd-party servers. Fully customizable, works with any backend, and ideal for data-heavy apps. Learn more.
surveyjs.io
featured
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
  1. resume-studio

    # Clone the repository git clone https://github.com/AhmadFaraz-crypto/resume-studio.git cd resume-studio # Install dependencies npm install # Set up environment variables cp env.example .env.local # Add your Firebase config to .env.local VITE_FIREBASE_API_KEY=your-api-key VITE_FIREBASE_AUTH_DOMAIN=your-project.firebaseapp.com VITE_FIREBASE_PROJECT_ID=your-project-id VITE_FIREBASE_STORAGE_BUCKET=your-project.appspot.com VITE_FIREBASE_MESSAGING_SENDER_ID=123456789 VITE_FIREBASE_APP_ID=your-app-id # Start development server npm run dev

  2. SurveyJS

    SurveyJS: Build JSON-Driven Surveys and Forms with Full Data Control. Add the SurveyJS UI components to your JS app (React/Angular/Vue3). Securely collect and analyze data without sending it to 3rd-party servers. Fully customizable, works with any backend, and ideal for data-heavy apps. Learn more.

    SurveyJS logo
  3. React

    The library for web and native user interfaces.

    React Documentation

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

  • I Built a Feature in 1 Hour, Not a Day

    1 project | dev.to | 19 Dec 2025
  • Understanding React Project Structure Created by Vite (Beginner’s Guide)

    1 project | dev.to | 18 Dec 2025
  • Under the hood: React

    1 project | dev.to | 12 Dec 2025
  • React 19.2’s <Activity />: Because ‘display: none’ Shouldn’t Mean ‘Memory Loss’

    1 project | dev.to | 27 Oct 2025
  • React 19.2.0

    1 project | news.ycombinator.com | 1 Oct 2025

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