/loan-explorer

A loan review application

Primary LanguageTypeScript

Getting Started

First, install the packages and run the development server:

npm install
# or
yarn install
npm run dev
# or
yarn dev

Notes

The project is using a local data, but am using react-query to show how the data could be fetched from an api endpoint.

Deploy on Vercel

The live version of the application is deployed on Vercel

Loan Explorer App