henry-oberholtzer / henry-oberholtzer-com-v2

New portfolio website, built using React & TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

henryoberholtzer.com

My personal portfolio website, intended to be a home for all my development and creative projects

This project is a fork/re-writer of digital_oberholtzer and has been rebuilt to use TypeScript, React and React-Router

By Henry Oberholtzer

Technologies Used

  • TypeScript
  • React
  • Redux
  • Redux Toolkit
  • React-Router
  • JavaScript
  • Vite
  • Webpack

Description

A simple website, build to expand based on an eventual connection to a database containing my work.

Component Tree

App
├── Header
│ │ - Displays Henry Oberholtzer title
│ │ - Adapts to mobile sizing by resizing name
│ │ - On click, redirects to main page
│ ├── Navigation
│ │ │ - NavigationButton [iterated]
│ │ │ - Route users to each page
│ │ │ - Shifts from horizontal to vertical in mobile display
│ │ │ - In horizontal, non mobile form, set close under the navigation
├── Page
│ │ - Container for content
│ ├── PostContainer [iterated]
│ │ - Component used to render projects and related information

Setup/Installation Requirements

  • Node package manager required for set up.
  • To establish locally, download the repository to your computer.
  • Open the folder with your terminal and run npm install to gather necessary resources.
  • To view the development server follow with, npm run dev after install is complete.
  • The site will be live on the mentioned local port.

Known Bugs

  • Apart from content still being missing in some areas, no bugs are known at this time.

Upcoming Changes / Planned Features

  • Actual blog style posts from yours truly
  • More theme option, switch for themes
  • Alternate styling options (totally different looks possibly)
  • SEO meta tags
  • React Animations (react-spring /core?)
  • Isomorphic Deployment (Next.js?)

License

Copyright Henry Oberholtzer (c) 2023

Original code licensed under GNU GPLv3, other code bases and libraries as stated.

CMU Serif (C) Donald Knuth and licensed under a SIL OFL

About

New portfolio website, built using React & TypeScript

License:GNU General Public License v3.0


Languages

Language:TypeScript 89.7%Language:SCSS 7.6%Language:JavaScript 1.4%Language:HTML 1.2%