Skip to content

This is the repository with local storage persistence that holds the solution to the LendSqr Frontend Developer Assessment.

Notifications You must be signed in to change notification settings

production-app/Lendsqr-Fe-Test

Repository files navigation

Lendsqr

This is an application that powers lenders to build, launch, and scale their digital lending business across multiple channels, at the lowest cost. Built eith React.js, Typescript, React Context API and SASS.

Demo Link

Screenshots

Technologies

Tools used in building the web application:

  • React.js Framework
  • Vite Frontend Tool
  • TypeScript Template
  • SASS Preprocessor
  • Axios Library
  • Tanstack React Query
  • LocalStorage

Reflection and Approach

The project's goal is to enable lenders to develop, launch, and grow their lending operations through a variety of channels more quickly and for a lower total cost than they would need to employ independent developers/UI/UX Designers. To connect lenders with the best sources of data, payments, and services.

  • I adopted the use of the Vite frontend tool to make development more convenient.
  • I made use of mixins in SASS to store variables and reusable style rules to ease the complexity of styling.
  • I installed the Axios library for the use of making requests to the API
  • I use react query to prefetch data to cache and render it directly from the cache when needed.

Appendix

The Project Employs Practices Like:

  • Maintain a Clear Folder Structure.
  • Institute a Structured Import Order.
  • Adhere To Naming Conventions.
  • Use a Linter.
  • Employ Snippet Libraries.
  • Uses Scss.
  • Asynchronous State Management

Demo Link

Access the web application at Lendsqr

Screenshots

Login Screen

lendsqr_1

Users Dashboard

lendsqr_2

Users Dashboard with Pagination

lendsqr_pagination

Users Detail

lendsqr_userdetail

Setup

  • Clone down this repository. You will need node and npm installed globally on your machine.

Installation:

npm install

To Start Server:

npm run dev

To Visit App:

http://localhost:5173/

Releases

No releases published

Packages

No packages published

Languages