Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.
/ project_grid_example Public archive

An example of a React project grid component with varying images.

Notifications You must be signed in to change notification settings

wem1c/project_grid_example

Repository files navigation

"What am I looking at?"

Just the other day my friend was showing a local architecture studio's website, and I was quite pleased with the homepage!

It was a fullscreen grid of projects, with the preview image of each project being set as the background of the entire page. As you hover over each project tile, the background image would change to the hovered project's image.

Quite a simple design, I thought. And I told my friend. "I know just how I would do this!". But for the sake of actually doing it and getting the pratice in, as well as for the experience and exploring of different methods, particularly in Next.js, I took a few hours and recreated it!

That is the repo you are looking at.

Development

Prerequisites

Installation

  1. Clone this repository
  2. Install dependencies via pnpm i
  3. Run pnpm run dev to start the development server
  4. Run pnpm run build to build the project
  5. Run pnpm run start to start the local server

Licence

This project is licensed under the MIT license.

About

An example of a React project grid component with varying images.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published