Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hamza5/interactivecv
Personal CV published in an interactive version, built using Flutter.
https://github.com/hamza5/interactivecv
Last synced: about 1 month ago
JSON representation
Personal CV published in an interactive version, built using Flutter.
- Host: GitHub
- URL: https://github.com/hamza5/interactivecv
- Owner: Hamza5
- Created: 2023-11-22T09:44:25.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-17T14:24:55.000Z (5 months ago)
- Last Synced: 2024-08-17T23:02:34.736Z (5 months ago)
- Language: Dart
- Size: 18.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Interactive CV
#### Personal *Curriculum Vitae* (CV), with interactivity, dynamic data, and animation.
![Dart](https://img.shields.io/badge/dart-%230175C2.svg?style=for-the-badge&logo=dart&logoColor=white)
![Flutter](https://img.shields.io/badge/Flutter-02569B?logo=flutter&logoColor=fff&style=for-the-badge)
![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)
![Lines of code](https://tokei.rs/b1/github/Hamza5/InteractiveCV?category=code&style=for-the-badge)
[![Website](https://img.shields.io/website?url=https://hamza5.github.io/InteractiveCV/&label=Web%20app&style=for-the-badge)](https://hamza5.github.io/InteractiveCV/)
[![CI/CD](https://github.com/Hamza5/InteractiveCV/actions/workflows/ci_cd.yml/badge.svg?style=for-the-badge)](https://github.com/Hamza5/InteractiveCV/actions/workflows/ci_cd.yml)
[![Scrapers](https://github.com/Hamza5/InteractiveCV/actions/workflows/scrapers.yml/badge.svg?style=for-the-badge)](https://github.com/Hamza5/InteractiveCV/actions/workflows/scrapers.yml)## Description
This repository contains the code of **Interactive CV**, which is a side project
aiming to show personal details and qualifications presented in a pleasant
way.The project is a single-page web app that can be served from a static website
hosting provider (like [GitHub Pages](https://pages.github.com/)). Contrary to
the static nature of a standard CV, this project presents an idea of transforming
it into an interactive application made of many views. In each view, the user can
find not only text elements but also clickable elements, expandable items, time and
date calculation, embedded graphics, API calls, and theme selection.