2024-12-24 11:23:20 -10:00
2024-12-26 12:09:11 -10:00
2024-12-24 11:23:20 -10:00
2024-12-25 13:16:32 -10:00
2024-12-25 13:16:32 -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
  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%