Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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
```