A web application built with React.js that allows users to create, customize CV's. The app provides a user-friendly interface for inputting details.
- Real-time Preview: Preview your CV as you build it.
- Frontend: React.js, HTML, CSS
- State Management: React Hooks (useState, useEffect)
- Styling: CSS Modules
-
Clone the repository:
git clone https://github.com/TaichKarna/CV-builder.git
-
Navigate to the project directory:
cd CV-builder-app -
Install the dependencies:
npm install
-
Start the development server:
npm start
-
Open your browser and visit:
http://localhost:5173
- Fill in Personal Details: Enter your name, contact info, and a short summary.
- Add Experience and Education: Input your past roles, responsibilities, and educational background.
- Add Skills & Achievements: List relevant skills, certifications, and achievements.
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch). - Make your changes.
- Push your branch (
git push origin feature-branch). - Create a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
