You can see this project running live here.
Paste your URL and the app will parse your URL to an object or text with options to hide or show some information.
v0.1.0
- Paste your URL and it will parse it
- Select between object and text
- Copy to clipboard
- Preferences to show/hide information
- Preferences is stored in local storage
v0.1.1
- Fixed issue with URLs not being decoded
- Fixed issue with not getting full resource if more than one single slash in the string
React 18.2.0
Once you have everything installed and running, let's clone this repository and open its folder. No change to any files should be required.
git clone https://github.com/caickdias/url-parser.git
cd url-parser
Then run npm install to install dependencies
npm install
npm start
React: React is a free and open-source front-end JavaScript library for building user interfaces based on UI components.