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

https://github.com/sandylib/lenditest

LendiTest - front end react test
https://github.com/sandylib/lenditest

coding codingtest frontend lenditest react reactjs

Last synced: 4 months ago
JSON representation

LendiTest - front end react test

Awesome Lists containing this project

README

        

# Lendi Test

## About
This test is created by create-react-app which has everything you need for this test.

You are most welcome to add packages or modify the setup if you so desire, but it's not required. We would prefer you to detail any improvements you would have made in the last task of this test in the interest of time.

Refer to the setup instructions to install, run, build and test.

## Setup
### Install
```
yarn
```

### Run
```
yarn start
```

dev sever will then open your browser to http://localhost:3000/

## Tasks

All the test instructions below are displayed in the files as well except Task 4, here are the lists for summary:

### Task 1: Article.js
1. Follow the Semantic HTML standard

### Task 2: IO.js
1. Make it fixed.
2. Listen to window mousemove and window resize.
3. Remove listeners.

### TASK 3: List.js
1. Refactor to Function Component & Hooks.
2. Use async/await.
3. Need to add a case for handling an empty articles list.
4. Limit to 10 and order the articles alphabetically.

### Task 4
1. How would you improve this codebase?
2. How kind of tooling would you use in this repo to help developers collaborate?