Dejvino's Curriculum Vitae
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
Dejvino 5ae4b63def Exported PDF via chromehtml2pdf vor 11 Monaten
public Exported PDF via chromehtml2pdf vor 11 Monaten
src Exported PDF via chromehtml2pdf vor 11 Monaten
.eslintrc.json Add Next.js + React + Bootstrap vor 1 Jahr
.gitignore Add skills cloud vor 1 Jahr
README.md Improve readme vor 11 Monaten
next-env.d.ts Add Next.js + React + Bootstrap vor 1 Jahr
next.config.js Add Next.js + React + Bootstrap vor 1 Jahr
package-lock.json Exported PDF via chromehtml2pdf vor 11 Monaten
package.json Exported PDF via chromehtml2pdf vor 11 Monaten
tsconfig.json Add Next.js + React + Bootstrap vor 1 Jahr

README.md

cv

Dejvino’s Curriculum Vitae in a web app.

Uses React, Bootstrap and NextJs. Compiles into a static HTML/CSS/JS web page that can be easily served from any web hosting.

Build

npm install

# Development - served on http://localhost:3000/ with auto-reload
npm run dev

# Production - output in ./out/
npm run build

All that is needed to deploy is to copy the contents of the ./out/ folder onto a web hosting.

Configuration

CV content

  • src/PersonalData.ts :: source of all data for the CV, nicely structured in a type-checked TypeScript object literal

Images