A react app using the useGeolocation hook from react-use. Try it here.
Has some basic error handling:
Styled with daisyUI and tailwindCSS.
Tested using React Testing Library.
Clone me and then run me using npm start
Test me using npm test
/ npm test --coverage
Build me using npm build