Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 1.37 KB

README.md

File metadata and controls

54 lines (34 loc) · 1.37 KB

🚀 Quadro Credit

Credit access infrastructure for Africa.

Description

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.

quadro vercel app_

Getting Started

Live Site

https://quadro.vercel.app/

Backend Repository

https://github.com/quadro-i4g/quadro-credit-core

Development

After cloning, you'll need to install the dependencies:

$ cd core-site
$ yarn

Then, start the development server on port 3000:

$ yarn start

Environment Variables

Required environment variables can be found in the root .env.example

NEXT_PUBLIC_MONO_PUB= // Mono app public key

Built With

  • React - Javacript library for building user interfaces.
  • TailwindCSS - Utility first CSS framework.
  • Next.js - Server Side Rendering React framework

Contributors