Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.49 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.49 KB

My Personal Website

This website is my first foray into web development.

Check it out here!

Coding 🖥️

I used React to create this website. Animations were implemented using CSS, React Reveal and Material UI. Before this project, I had little to no experience in web development. Therefore, I had to learn as I go (my ratio of coding time to Google time is therefore extremely skewed 😵).

I also spent some time to make sure my website looks nice on both desktop displays (even larger ones!) and mobile screens. You can see this in action by resizing your browser window.

The initial version of the website was deployed through AWS S3. A special thank you to my friend Leonard Tng who wrote this extremely helpful guide on how to deploy a website with AWS!

Future plans 🔭

I intend to keep updating this personal website as I undertake new projects and reach more milestones, so keep an eye out for that!

I also have a handful of technical and design improvements in mind:

  1. A light-mode for the website that can be toggled by the viewer. Maybe plus some additional color palettes!
  2. A hobbies / interests section.
  3. More animations! For example, making the little mouse icon on the landing section bounce.
  4. Code cleanup. The cleanliness and legibility of my code can most definitely be improved (redundent CSS, commented out code...).