Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 1.67 KB

README.md

File metadata and controls

45 lines (26 loc) · 1.67 KB

Overview

The project is live at: https://chriswevans.com

A NextJS webpage developed to showcase some of my projects.

Framework: NextJS ReactJS, with ThreeJS canvas as a backdrop UI Framework: TailwindCSS Deployment: NGINX on DigitalOcean servers

The main goal of this project was to combine the aesthetically pleasing view of an anonymous misty city, while conveying some of my software engineering background.

Showcase

open_shot

projects_menu

menu_closed

menu_open

Custom Webhook for tying together DOM scroll and ThreeJS perspective.

The drei scroll hook works well, but had significant limitations when overlaying the whole page. A significant rewrite was required to get it to work

scrollhook_definition

scrollhook_window

scrollhook_granttile

Running Locally

Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev