An open API service indexing awesome lists of open source software.

https://github.com/lftobs/lendsqr-fe-test


https://github.com/lftobs/lendsqr-fe-test

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Lendsqr frontend test

#### Instructions :

- Build the 4 pages Login, Dashboard, User page, User details page

- The user pages should pull data from a mock api with 500 records

- Use local storage or indexedDB to store and retrieve user details on the user details page.

- The page must be mobile responsive

### Preview

##### [Live Preview](https://oluwatudimu-oluwatobi-lendsqr-fe-test.vercel.app/login)

##### Video Demo :

https://user-images.githubusercontent.com/106287048/230232894-f6573ec1-d34e-4aaa-a9f0-336fdeb44cfc.mp4

### Running locally

- Clone the repo
```console
git clone https://github.com/Lftobs/lendsqr-fe-test.git
```

- Install the node module
```console
npm install
```

- Start the dev server
```console
npm run dev
```
Or
```console
yarn dev
```