szymonkorytnicki / urlpatterns

Library of awesome URL patterns for your convenience
0 stars 0 forks source link

About the project

URLs are lossy compression of the application state. I don't know where I have first seen this. It feels really cool to be able to access the application at some particular, useful place. This isn't easily possible in native apps. This enables you to share things that wouldn't be possible to share, just with a text snippet.

Many apps allow you to configure such patterns to supercharge your productivity:

Contributing

Create an issue or a pull request to add a new pattern.

Development

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

Patterns are in the patterns directory. Copy and edit _empty.json file to add a new pattern.