https://github.com/klanting/personal-2024-summer-resume
This Project is a webpage based resume (using react vite)
https://github.com/klanting/personal-2024-summer-resume
ag-charts-react react styled-components vite
Last synced: 4 months ago
JSON representation
This Project is a webpage based resume (using react vite)
- Host: GitHub
- URL: https://github.com/klanting/personal-2024-summer-resume
- Owner: klanting
- Created: 2024-08-16T17:51:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-16T15:55:35.000Z (10 months ago)
- Last Synced: 2025-08-16T17:23:28.691Z (10 months ago)
- Topics: ag-charts-react, react, styled-components, vite
- Language: JavaScript
- Homepage:
- Size: 7.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal Resume
[](https://www.codefactor.io/repository/github/klanting/personal-2024-summer-resume)
[](https://app.codacy.com/gh/klanting/Personal-2024-Summer-Resume/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
by Tibo Verreycken
This Project is the code of my resume webpage.
This page is made using vite and react.
run development:
```shell
npm run dev
```
make production:
```shell
vite build
```
Sidenote: uses the github API without needing to provide a token, as a result the API calls have an hourly limit. SO loading the project page
multiple times can cause an hour timeout.