Skip to content

pete-watters/portfolio-pwa

Repository files navigation

This is the source code for my portfolio https://petewatters.ie/

Code

The app is a PWA designed to be as simple as possible. The UI is built using HTML, CSS and some React.

The project is designed to be as light and performant as possible - using basic CSS and semantic HTML to achive an elegant style.

Lighthouse score

Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

npm test

Runs enzyme integration tests

npm build

Builds the app for production to the build folder.