ClipCV is a Next.js application designed to help job seekers manage and easily copy their application information. It provides a simple interface for viewing and copying various details commonly required in job applications.
- Display personal information, education details, and work experience
- Easy-to-use copy functionality for each piece of information
- Responsive design that works on both desktop and mobile devices
- Next.js 14
- React
- TypeScript
- Lucide React (for icons)
- Node.js (version 14 or later)
- npm
-
Clone the repository:
git clone https://github.com/mohithsarma/clipCV-nextApp.git cd clipcv-app
-
Install the dependencies:
npm install
-
Run the development server:
npm run dev
-
Open http://localhost:3000 in your browser to see the application.
page.tsx
: The main page component that displays all the informationCopyableContent.tsx
: A client-side component that handles the copy functionality