Skip to content

taghead/taghead.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

taghead.github.io

React Typescript Node.Js Storybook

Latest: Netlify Status Vanilla: pages-build-deployment

Hello there

Well you found it, the super secret source code for my website.

Since your already here check out the site on https://andrewchander.com.

Site Description
andrewchander.com A react app hosted on Netlify at https://nimble-torte-77b2fb.netlify.app, which is built with React and css.
vanilla.andrewchander.com My old portfolio site, no longer maintained. A static website hosted on GitHub Pages at https://taghead.github.io, which is built with Ruby, Jekyll and SaSS.

Todo

  • Create systematic boilerplate
  • Implementations Storybook
  • Create a figma designs
  • Convert selector specific css to classname to minify code
  • Add Responsive Design
  • Add content
  • Add Parallax Scrolling
    • Add anchors to navigate via navbar
    • Update navbar based on currently viewed content
  • Add Socials
  • Add Contact Me
  • Consume APIs to add some fun
    • Steam Games counter
    • Anime Watched counter
    • Public GitHub Repository counter
    • WakaTime statistics

Questions and Answers

Why not use a css framework?

Normally, I do, and my prefered framework is tailwindcss.

I believe there is no need to reinvent the wheel when there are excellent CSS frameworks available.

However, I believe that understanding the fundamentals is important, and I'd like to demonstrate this to you all.