An open API service indexing awesome lists of open source software.

https://github.com/louis-young/url-parameter-modifier

A client-side-rendered React Single Page Application that allows you to update URL parameters, including parameters in the search and hash URL components, with valueless key support.
https://github.com/louis-young/url-parameter-modifier

component hash modifier parameter react search single-page-application typescript url vite

Last synced: 11 months ago
JSON representation

A client-side-rendered React Single Page Application that allows you to update URL parameters, including parameters in the search and hash URL components, with valueless key support.

Awesome Lists containing this project

README

          

# URL Parameter Modifier

A client-side-rendered React Single Page Application that allows you to update URL parameters, including parameters in the search and hash URL components, with valueless key support.

## Scripts

`npm run dev`

Runs the application in the development mode.

`npm run build`

Builds the application and outputs the build artefacts to the `dist` directory.

`npm run preview`

Serves the built application.

`npm run test`

Runs the unit tests in "watch" mode.

`npm run test:coverage`

Runs the unit tests and outputs a coverage report to the `coverage` directory.