A place to bring all career details together.
CVJunction simplifies the process of creating professional resumes, providing job seekers—especially beginners—with an intuitive platform to build, manage, and export their CVs effortlessly.
The CVJunction project is deployed using InfinityFree hosting. You can access the live website at:
- Website URL: https://cv-junction.ct.ws
- Deployed using: InfinityFree
InfinityFree is a free hosting service that allows for quick deployment of web projects.
In today’s competitive job market, a polished resume can make or break career opportunities. CVJunction aims to bridge the gap for job seekers by offering:
-
Simple yet Professional Resume Templates
Reducing the overwhelm of formatting and design decisions. -
Efficient Resume Management
Save, edit, and update multiple CVs tailored to specific job applications. -
PDF Export Functionality
Download clean, formatted resumes instantly.
With CVJunction, users can focus on their qualifications rather than spending time navigating complex design tools.
The goal of CVJunction is to empower job seekers by providing:
-
User Authentication Module
- Account creation, login, and logout functionality.
-
CV Management Module
- Create, view, update, and delete CVs.
- Preview formatted CVs in real-time.
- Add or remove optional sections.
-
Export as PDF Module
- Seamlessly download completed CVs in a professional PDF format.
- Vite React (TypeScript)
A fast and modern web development framework for building responsive interfaces.
- XAMPP (PHP & MySQL)
A robust and reliable backend for handling authentication and data storage.
- React PDF Renderer
Enables exporting CVs as PDF documents with ease.
CVJunction/
├── frontend/ # React (Vite, TypeScript) frontend
│ ├── src/
│ ├── public/
│ └── package.json
├── backend/ # XAMPP PHP backend
└── README.md