2024-12-29 20:17:26 -10:00
2024-12-24 11:23:20 -10:00
2024-12-29 20:17:26 -10:00
2024-12-24 11:23:20 -10:00
2024-12-27 15:34:35 -08:00
2024-12-27 13:31:41 -10:00
2024-12-28 14:51:39 -10:00
2024-12-28 14:51:39 -10:00

jakesphotos

A simple photography portfolio page written in vanilla React.

First Time Setup

  1. Create basic react app.
npx create-react-app portfolio
  1. Install missing packages
npm install web-vitals
npm install react-router-dom
npm install masonry-layout
npm install react-helmet
  1. Test changes/fixes with
npm install
npm start
Description
A simple photography portfolio page.
Readme 157 MiB
Languages
JavaScript 57.2%
CSS 23.9%
HTML 15.1%
Dockerfile 3.8%