Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 745 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 745 Bytes

Finder With Import

Finder With Import

Getting Started

To get started, install the dependencies and fire up the app:

yarn install
yarn start

A Valid JSON File

A valid JSON file contains a single-level object. A property key consists of alphanumeric characters, and a dot only as a delimiter. A property value is always a string.

If the format of the imported file is not valid, it shows an error message.

 

Inspired by: Sendbird Take Home Assignment