App used to search up postal codes all across the United States. If a location is found it was display the relevant state and associated latitude and longitude.
First start off by installing the needed files using npm install finished up by starting the development server using
any of the methods below.
npm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:5173 with your browser to see the result.
