Credit access infrastructure for Africa.
Built as our submission for the I4G x Mono Hackathon, Quadro Credit enables anyone to quckly and securely generate a credit rating based on their financial history. Financial data is sourced using the Mono API.
After cloning, you'll need to install the dependencies:
$ cd core-site
$ yarn
Then, start the development server on port 3000:
$ yarn start
Required environment variables can be found in the root .env.example
NEXT_PUBLIC_MONO_PUB= // Mono app public key
- React - Javacript library for building user interfaces.
- TailwindCSS - Utility first CSS framework.
- Next.js - Server Side Rendering React framework