https://github.com/openmohan/react-test-zion
https://github.com/openmohan/react-test-zion
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/openmohan/react-test-zion
- Owner: openmohan
- License: apache-2.0
- Created: 2019-07-27T04:52:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T18:47:22.000Z (over 4 years ago)
- Last Synced: 2025-02-01T18:22:10.810Z (over 1 year ago)
- Language: JavaScript
- Size: 878 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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