https://github.com/lftobs/lendsqr-fe-test
https://github.com/lftobs/lendsqr-fe-test
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/lftobs/lendsqr-fe-test
- Owner: Lftobs
- Created: 2023-04-05T11:04:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-27T08:01:32.000Z (almost 3 years ago)
- Last Synced: 2025-02-09T21:24:43.208Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://oluwatudimu-oluwatobi-lendsqr-fe-test.vercel.app
- Size: 1.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```