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
- Host: GitHub
- URL: https://github.com/sandylib/lenditest
- Owner: sandylib
- Created: 2020-04-15T03:40:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T14:56:31.000Z (over 2 years ago)
- Last Synced: 2024-11-03T05:26:43.324Z (8 months ago)
- Topics: coding, codingtest, frontend, lenditest, react, reactjs
- Language: JavaScript
- Homepage:
- Size: 4.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
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?