MedericCar / resume

Resume to go alongside my personal website

Home Page:https://resume.medericcarriat.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

Resume to go alongside my personal website.

example

⭐ Features

  • Single page app to display the resume
  • Pdf version obtainable by printing
  • Easily updatable

Getting started

Requirements

To try the website on your own machine you will need both Git and Node.js.

Setup

In a terminal :

# Clone the repository
$ git clone https://github.com/MedericCar/resume.git
$ cd resume

# Install the dependencies
$ npm install

# Launch the development server
$ npm start

From there the website should be accessible through http://localhost:3000/.

Edition

Should one want to modify the data and colors of the website :

  • colors are in src/app.scss
  • data for the different sections are stored in separate objects in src/data.js

Acknowledgments

Structure inspired by alexkirsz and theolepage.

About

Resume to go alongside my personal website

https://resume.medericcarriat.com

License:MIT License


Languages

Language:JavaScript 62.3%Language:SCSS 33.1%Language:HTML 4.7%