URLCard is a simple app to create cards with open graph data from urls, its a project to explore my another package Go-Open-Graph-Scraper-Api
To run the api, as i dont have a own api for this project at this time, install the Go-Open-Graph-Scraper-Api.
git clone https://github.com/pedrosouza458/go-open-graph-scraper-api
go mod tidy
go run .
Now the api is running in port 8080.
git clone https://github.com/pedrosouza458/urlcard
npm i
npm run dev
Now the frontend is running in port 3000.
Now you can acess http://localhost:3000/card?url=yourwebsitename
the project is in really early development, just some pages have supported icons, if you wanna check, go to websites-json in my original go package that serves the api.