Na Lab Client

screenshot of Na Lab Client
nextjs
react
tanstack
vite

오직 나만을 위한 커리어 연구실, Na Lab

Overview:

The Na Lab is a service designed to help individuals discover their professional strengths through anonymous feedback from colleagues. By providing a platform to generate customized question forms and collect meaningful feedback, Na Lab aims to simplify the process of career branding. The platform also allows users to create personalized business cards based on feedback received from peers.

Features:

  • Career Discovery: Utilize anonymous feedback from colleagues to identify professional strengths.
  • Question Form Generation: Easily create question forms to gather feedback using basic questions.
  • Personalized Feedback: Analyze responses to enhance understanding and obtain valuable feedback.
  • Business Card Creation: Develop personalized business cards based on feedback received.
  • Analytics Integration: Collect and analyze user metrics using tools like Hotjar, GA, mixpanel, and Vercel analytics to improve user experience and reduce churn rate.
  • Error Logging: Sentry integration for collecting error logs and facilitating debugging.
  • SEO Personalization: Implement SEO personalization using SSR (Server-Side Rendering).
  • Dynamic Image Generation: Generate images dynamically using API routes for user download.
  • Styling Conventions: Establish styling conventions using tools like Stylelint.
  • Test-Driven Development: Implement test-driven development using tools like Vites.

Summary:

Na Lab is a platform designed to assist users in identifying their professional strengths through anonymous feedback from colleagues. By simplifying the process of creating question forms, collecting and analyzing feedback, and generating personalized business cards, Na Lab offers a comprehensive solution for career branding. Additionally, the integration of analytics tools, error logging, SEO personalization, and test-driven development practices enhances the user experience and ensures a robust and reliable platform for career exploration and development.

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

tanstack
TanStack

TanStack is a collection of high-quality, framework-agnostic libraries including TanStack Query for data fetching, TanStack Router for routing, TanStack Table for tables, and more. These tools provide powerful, type-safe solutions for common web development challenges.

vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

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.

framer-motion
Framer Motion

Alpine.js is a lightweight JavaScript framework that simplifies the process of creating dynamic, reactive user interfaces on the web. It uses a declarative syntax that offers a higher level of abstraction compared to vanilla JavaScript, while being more performant and easier to use than jQuery.

jotai
Jotai

Jotai is a primitive and flexible state management library for React. It takes a bottom-up approach with an atomic model inspired by Recoil, offering a minimal API that scales from simple to complex state management needs without boilerplate.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

Storybook

Storybook is a tool for developing and testing UI components in isolation. It provides a sandbox environment where you can experiment with different props and states to see how your component responds.

Stylelint

Stylelint is a modern linter for CSS that helps you avoid errors and enforce consistent styling conventions. It provides rules for detecting errors and warnings, and can be configured to match your specific project's requirements.

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.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.