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

https://github.com/openmohan/react-test-zion


https://github.com/openmohan/react-test-zion

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Available Scripts

In the project directory, you can run:

### `npm install`
Install the dependencies

### `npm start`

Runs the app in the development mode.

Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.

You will also see any lint errors in the console.

### How to use

1. Enter a unsplash user name in search bar and click 'enter'
2. For every search, the search history will be maintained in the left panel
3. You should be able to click on the username displayed in left panel and see the data too.

### TODO:
1. Test cases (Unit, functional, Snapshot)
2. Handle unsplash API failure scenario
3. Improve CSS and UI
4. Feed the API key as a Environmental variable (For now hard coded for simplicity)
5. Misc code improvements