Coder Social home page Coder Social logo

tperich / curriculum-vitae Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 3.6 MB

A modern and interactive web-based Curriculum Vitae built with React, TypeScript, and Vite

License: BSD 2-Clause "Simplified" License

JavaScript 3.84% HTML 2.87% CSS 2.15% TypeScript 65.58% SCSS 22.54% Python 3.02%

curriculum-vitae's Introduction

Curriculum Vitae

Security Linting

react logo + typescript logo + vite logo = book icon

A modern and interactive web-based Curriculum Vitae built with React, TypeScript, and Vite.

Features โ€ข Getting Started

Features

  • React for building reusable UI components
  • TypeScript for type safety and better developer experience
  • Vite for fast development and efficient production build
  • Docker for easy deployment and containerization
  • Nginx for serving production build

Getting Started

Prerequisites

  • Node.js >= 14.x
  • Docker and Docker Compose (optional, for development or deployment)

Installation

  1. Clone the repository:
git clone https://github.com/tperich/curriculum-vitae.git
  1. Install dependencies
npm install
  1. Copy .env.example to .env and fill out your desired information

  2. Edit files in src/data/ for work experience and skills

Development

To start the development server, run:

npm run dev

The application will be available at http://localhost:5173.

Production

To build the production version, run:

npm run build

The production build will be located in the dist/ folder.

Deployment

For development deployment using Docker, run:

sudo docker compose up

For production deployment using Docker, run:

docker-compose -f docker-compose.prod.yml up

Available npm/yarn scripts

Command Explanation
npm run dev Starts the development server on localhost:5173
npm run build Builds the project using Vite

License

This project is licensed under BSD 2-Clause License

curriculum-vitae's People

Contributors

tperich avatar dependabot[bot] avatar

Watchers

James Cloos avatar

curriculum-vitae's Issues

Fix PDF export

Currently PDF exporting doesn't work as expected due to the page being offset.

Determine a way to export CV as PDF regardless of screen size.

Implement secrets for personal information

Find a way, whether using an .env file, YML config, or Ansible Vault (possibly), to avoid hard-coding personal information such as email, phone number, website, location, etc.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.