suddi / suddi.github.io

A static single-page application resume-builder developed using React.js and JSON Resume schema (https://suddi.io/)

Home Page:https://suddi.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

suddi.github.io

Website CircleCI Codacy Badge

David David StackShare license

suddi.github.io is a static single-page application resumer-builder developed using React.js. It uses the Ceevee template designed by Styleshout, ported over to React.js, and follows a customized version of the JSON Resume schema to store a Curriculum Vitae in JSON format.

Featured

The site has been shown as demo React.js project on the following sites:

Installation

npm install

Usage

To run webpack-dev-server for local environment:

npm run bundle

npm start

You can view the site at http://localhost:8080.

To bundle for deployment:

npm run bundle

You can view the live site at suddi.io

About

A static single-page application resume-builder developed using React.js and JSON Resume schema (https://suddi.io/)

https://suddi.io/

License:Apache License 2.0


Languages

Language:CSS 62.9%Language:JavaScript 33.7%Language:HTML 3.4%