Resume Nextjs

screenshot of Resume Nextjs
nextjs
react
bootstrap
styled-components

Next.js 로 누구나 쉽게 만드는 Static HTML 이력서

Overview:

This product is a web template that allows anyone to easily create a visually appealing web resume with some coding required. The template utilizes Next.js and Bootstrap CSS. The project can be found at a GitHub repository that has been ported to Next.js. Sample usage can be seen on a provided link.

Features:

  • Next.js and Bootstrap CSS integration for modern and responsive design.
  • Ability to create a personal web resume by simply changing payload data.
  • Various sections available for personal information like profile, skills, experiences, projects, open source activities, presentations, articles, education, and other categories.
  • Support for global settings such as web title, SEO, and favicon configuration.
  • Easy export of static HTML resources to be hosted on platforms like GitHub Pages.

Summary:

This web resume template, built with Next.js and Bootstrap CSS, allows users to create visually appealing resumes with ease. By modifying payload data in specific files, users can customize sections such as profile, skills, experiences, projects, and more. The template offers global settings for further customization and supports easy export to static HTML for hosting on platforms like GitHub Pages.

nextjs
Next.js

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

bootstrap
Bootstrap

Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.

styled-components
Styled Components

Styled Components is a popular library for styling React components using CSS syntax. It allows you to write CSS in your JavaScript code, making it easier to create dynamic styles that are specific to each component.

personal
Personal

A personal website is an online platform that showcases an individual's work, interests, and personality. It can include a range of content, such as a bio, resume, portfolio, blog, and contact information, and is often used to promote one's personal brand or professional services.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.