GithubHelp home page GithubHelp logo

ehliang.com's Introduction

ehliang.com

##My Personal Website No templates used. This personal website was written from scratch as a way to further explorations into several emerging web technologies. Includes more information about myself, a summary of my projects, a resume and a method for contact.

##Stuff I Used The website is written in ReactJS to allow for better functional integration. Most of the main content is JSX code which posed some unique challenges. The frontend fetches a json file with a list of projects which makes it easy to update in the future. There are custom mapping functions which dynamically organizes the project list. The site is styled with SASS and Bootstrap elements. Everything is run through webpack and interpreted by loaders to reduce size and access times. During development, code is served dynamically from the build/assets folder using:

webpack-dev-server --content-base build/ --inline --hot

while CSS is updated with:

sass --watch main.scss:main.css

This automatically updates the file view in the browser while working on the site. ReCaptcha included to prevent bots.

ehliang.com's People

Contributors

ehliang avatar

Watchers

 avatar

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.