How I created my own website!

Aravind S
1 min readOct 29, 2019
Personal Website Preview

Today sharing my experience on creating my own personal website which is hosted on Github.

Website URL: https://aravishack.github.io

Since its a static website, used React JS with Hooks alone for creating it.

React Typed is the one external libraries used for creating the effect of the typewriter. Here is the link to the library :

For hosting on Github, I followed the following docs: https://gist.github.com/TylerFisher/6127328 and https://pages.github.com/

Happy Coding!

--

--