Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 867 Bytes

README.md

File metadata and controls

44 lines (35 loc) · 867 Bytes

Unit Converter

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

How to use this app

Click Here to visit the deployed version.

Or

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