Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 30 days 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 (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-10T17:46:54.000Z (about 1 month ago)
- Last Synced: 2024-12-10T19:10:34.100Z (about 1 month ago)
- Topics: ag-charts-react, react, styled-components, vite
- Language: JavaScript
- Homepage:
- Size: 7.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal Resume
[![CodeFactor](https://www.codefactor.io/repository/github/klanting/personal-2024-summer-resume/badge)](https://www.codefactor.io/repository/github/klanting/personal-2024-summer-resume)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/700fff746116414eb61be91d725166fb)](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.