DEV Community

Cover image for Minimal Portfolio Built by developer for Developers with Github Pages
Kshitij Singh
Kshitij Singh

Posted on • Updated on

Minimal Portfolio Built by developer for Developers with Github Pages

My Landing Page

Hey Guys, Want an awesome landing page for your portfolio ? Have a look at this library , i built using REACT and Material UI, where you can simply just change some JSON properties and deploy on GitHub Pages for free and in just 5 minutes.

Demo : https://bit.ly/2Ocnxwg ( Click on the page to see Magic )

You can find the code here : https://github.com/singhkshitij/My-Landing-Page.

Why?

One fine day i was going through GitHub and found an awesome concept on Dinesh Pandiyan's Profile and saw that people really liked it and so did i. I really liked the minimalist approach and hence thought that i should take it a step forward.

Actually the original repo has some static files in which you need to manually go and edit the source code in order to get your landing page up and running. So i have bootstrapped the same content with create-react-app, i.e REACTJS. Now you only need to change one config file, run couple of commands and that's it.

What's Included ?

Well you never know whats coming in future, but as of now it supports :

  • Material Background with Dark and Light Mode toggle with a button click

  • Each Dark as well as Light Mode supports 7 color combos by default. (Total -14)

Dark Backgrounds

Light Backgrounds

  • Background Changes as and when you click anywhere on page.
  • Gradient Background Support with Free Flow Animation

  • Image background

  • 'n' number of hyperlinked social profile support
  • Deploy the project on you GitHub account with couple of commands.
  • Changes can be made by just changing a config file :D

Originally published on : Mytrashcode

Top comments (0)