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.
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
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev