AngularCV

screenshot of AngularCV
angular
material-ui

Angular based self-hosted online-CV

Overview

AngularCV is a project that allows users to create a self-hosted online CV outside of platforms like LinkedIn or Xing. It provides a simple and customizable template for showcasing experience, education, publications, projects, volunteering, and contact information. The project includes configurable data files and feature toggles to personalize the CV and adapt it to individual needs.

Features

  • Configurable Sections: Users can configure different sections of their CV, including experience, education, publications, projects, volunteering, and contact information, using JSON files.
  • Customizable Data: Users can replace the default data in the project with their own content to personalize the CV.
  • Sorting and Arrangement: The CV items can be sorted and arranged based on user preferences, with a recommendation to sort items by descending end-date.
  • Profile Picture and Cover Image: Users can replace the default avatar and cover images with their own images for personal branding.
  • Attachment Support: The project allows users to add attachments to their CV by adding files to the designated attachments folder.
  • Feature Toggles: AngularCV offers feature toggles for adjusting the website's experience. Some features, such as the work experience tab, are part of the basic functionality and cannot be deactivated.
angular
Angular

Angular is a TypeScript-based open-source framework by Google for building dynamic single-page applications and cross-platform mobile apps with MVC architecture and a rich set of features.

material-ui
Material UI

material-ui adds classes to Tailwind CSS for all common UI components. Classes like btn, card, etc. This allows us to focus on important things instead of making basic elements for every project.

personal
Personal

A personal website is an online platform that showcases an individual's work, interests, and personality. It can include a range of content, such as a bio, resume, portfolio, blog, and contact information, and is often used to promote one's personal brand or professional services.

template
Templates & Themes

A template or theme refers to a pre-designed layout or structure that provides a basic framework for building a specific type of application or website. It typically includes good design, placeholder content and functional features, allowing developers to customize and fill in the details according to their specific needs.

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.

github-pages
GitHub Pages

Gridsome is a Vue.js-based static site generator that makes it easy to build fast and flexible websites and applications by leveraging modern web technologies like GraphQL, Webpack, and hot reloading

material-design
Material Design

Material Design is a design system developed by Google that provides a set of guidelines, components, and tools for creating visually appealing and functional user interfaces. Material Design is designed to be flexible and customizable, making it a great choice for a wide range of applications and use cases.

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.