This is a unit converter with a backend in Go and the frontend in Next Js
Sample solution for the currency-converter challenge as seen on roadmap.sh
Click Here to visit the deployed version.
Clone the backend
git clone https://github.com/GRACENOBLE/unit-converter-go-backend.git
Clone the frontend
git clone https://github.com/GRACENOBLE/unit-converter-next-frontend.git
move into the backend directory
cd go-backend
Build the binary
go build .
Run the server
./unit-converter
move to the frontend directory
cd ../next-frontend
Run the development server
pnpm dev #Make sure to use pnpm
Visit the dev server