Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Next.js Resume Builder App 2024 - MongoDB , Tailwind , Ant D
Rating: 4.2 out of 5(12 ratings)
88 students

Next.js Resume Builder App 2024 - MongoDB , Tailwind , Ant D

Build a modern full-stack resume builder app with the latest version of nextjs , mongodb , tailwind css , ant design
Last updated 7/2024
English
English [Auto],

What you'll learn

  • Learn and implement all the latest features of nextjs version 14+
  • Learn how to work with the combination of UI libraries like Tailwind CSS and Ant Design
  • Learn how to integrate mongodb with nextjs
  • Learn what is mustache library and what is the purpose of it
  • Learn how to integrate mustache in nextjs inorder to generate dynamic resume templates

Course content

14 sections52 lectures8h 8m total length
  • Promo14:16

    Learn to build a Next.js resume builder app with subscription-based templates, user profiles, and an admin panel. Generate, preview, and export resumes as PDFs with live data updates.

  • Create new next-app10:41

    Learn to scaffold a next.js app with latest version using npx create next app, configure typescript, tailwind, and app router, then run npm run dev and apply a Montserrat font.

  • Install and setup ant-design11:03

    Install and set up ant-design as the primary UI library for the resume app, exploring button and input components. See how theming with a theme provider changes the primary color.

  • Override ant-design default styling15:53

    Learn to override Ant Design styling using a theme provider and config provider to apply across the app, adjusting primary color, border radius, height, and outline via tokens and components.

Requirements

  • Reactjs Basics
  • Nextjs Basics
  • Nextjs Basics

Description

Hi , Welcome to the course Next JS Resume Builder App

If went want to build any professional Resume / CV , mostly we will choose third party websites or MS Word . But now as a Web Developer we should not depends like other people for resumes. We can develop our own resume builder with the technologies which we already knew.

So In this course we will teach u how to develop a modern full-stack resume builder app using latest technologies. So we are expecting u to go through the project tech-stack and features that we are going to learn and implement in this course and take a good decision.


Project Tech-stack

Next.js as framework

Ant Design for UI Components

Tailwind css for styling and alignments of components

Zustand for state management

Clerk for authentication

Mustache for building dynamic resume templates

Mongo DB for database


Features

Implementing all the features of Next.js latest version

Working with the combination of ant design and tailwind css

Integrating mongodb in nextjs app inorder to save the data of users and templates

Integrating the html parsing library called as Mustach.js inorder to generate dynamic templates

Users can update their information like basic details , education , skills , experience in their profile form

Users just have to select the resume template and then automatically the template will populate the user details in that design.

Admin can add or modify templates from the admin panel.

If any template is only opted for subscribed users , then normal users cannot use that resume template

Users can purchase the subscription from their profile page

All the payments , refunds will be done through stripe payment gateway integration.

Admin can see all the users and subscriptions purchased in the portal

Complete source code and access and QA support

Who this course is for:

  • Students who want to build real world projects in the nextjs , mongodb , tailwindcss