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: 17 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 (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-26T17:37:02.000Z (22 days ago)
- Last Synced: 2024-10-26T19:27:48.655Z (22 days ago)
- Topics: ag-charts-react, react, styled-components, vite
- Language: JavaScript
- Homepage:
- Size: 669 KB
- 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
```