Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.
/ lewisjmorgan Public archive

Source code for my portfolio site using Kotlin

Notifications You must be signed in to change notification settings

lewismorgan/lewisjmorgan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netlify Status

lewisjmorgan

This repository contains all the source code for my website. Right now there is no backend, however it'll probably be done using AWS Lambdas & Netlify if it's required at some point for the site.

Contents

  • web-app - Frontend user experience for the website. It's a single React app written using pure Kotlin with a React framework using create-react-app and Bootstrap for CSS. Gulp is also used for build assistance (glyphs and sass mostly).
    • Please see the README inside web-app for more detailed information.

Deploying

  • Netlify is used for continous deployment of the website whenever the master branch is updated. It serves a built web app to lewisjmorgan.com.

Tools/Technologies

  • Kotlin
  • React
  • CSS with Sass & Bootstrap
  • JavaScript
  • HTML
  • Gulp
  • Continous Deployment (Netlify)