Skip to content

N3mEee/cv-application-v2

Repository files navigation

cv-application-v2

This is the repository for cv-application-v2, a personal project.

Project Scope:

The main focus of this project is to learn and practice the usage of the useState hook from the React library. The useState hook is a fundamental concept in React that allows developers to add stateful behavior to functional components. Through this project, the goal is to gain a deeper understanding of how to manage and update component state using the useState hook.

Scripts

  • Run the development server using Vite.
npm run dev
  • Build the project using TypeScript and Vite.
npm run build
  • Run ESLint for TypeScript and TypeScript React files.
npm run lint
  • Preview the production build using Vite.
npm run preview

Dependencies

@radix-ui/react-label: ^2.0.2
@radix-ui/react-popover: ^1.0.6
@radix-ui/react-slot: ^1.0.2
@radix-ui/react-tabs: ^1.0.4
class-variance-authority: ^0.7.0
clsx: ^2.0.0
date-fns: ^2.30.0
lucide-react: ^0.268.0
react: ^18.2.0
react-day-picker: ^8.8.1
react-dom: ^18.2.0
tailwind-merge: ^1.14.0
tailwindcss-animate: ^1.0.6

Dev Dependencies

@types/node: ^20.5.1
@types/react: ^18.2.15
@types/react-dom: ^18.2.7
@typescript-eslint/eslint-plugin: ^6.0.0
@typescript-eslint/parser: ^6.0.0
@vitejs/plugin-react: ^4.0.3
autoprefixer: ^10.4.15
eslint: ^8.45.0
eslint-plugin-react-hooks: ^4.6.0
eslint-plugin-react-refresh: ^0.4.3
postcss: ^8.4.28
tailwindcss: ^3.3.3
typescript: ^5.0.2
vite: ^4.4.5

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors