浏览代码

update readme doc

shivamlivelike 3 年之前
父节点
当前提交
ef41a29bb7
共有 1 个文件被更改,包括 7 次插入7 次删除
  1. 7 7
      README.md

+ 7 - 7
README.md

@@ -1,10 +1,11 @@
 # LiveLike Android Code Challenge
 # LiveLike Android Code Challenge
 
 
-The goal of this challenge is to create an *Giphy search app that allows you to search/explore image by tags and display it a grid view (basic simple UI) using Giphy API (https://developers.giphy.com/docs/api/#quick-start-guide)
-**Search API**: https://developers.giphy.com/docs/api/endpoint/#search
+The goal of this challenge is to create an *Giphy search app that allows you to search/explore image by tags and display it a grid view (basic simple UI) using [Giphy API](https://developers.giphy.com/docs/api/#quick-start-guide)
+[Search API](https://developers.giphy.com/docs/api/endpoint/#search)
 You can use the API key: **8LtshfHp2uWb6CFpmzPtJmborDaVWu0Z** (In case the API key is not working you can create you own api key)
 You can use the API key: **8LtshfHp2uWb6CFpmzPtJmborDaVWu0Z** (In case the API key is not working you can create you own api key)
-**Note**: Make sure to use Giphy API and not Giphy SDK
-**Note**: If there is any issue with Giphy APi, you can use any api to show grid of images
+####Note : 
+* Make sure to use Giphy API and not Giphy SDK
+* If there is any issue with Giphy APi, you can use any api to show grid of images
 
 
 ### Project:-
 ### Project:-
 
 
@@ -12,10 +13,9 @@ The Giphy search app will be responsible :-
 
 
 1. API To deliver results based on search query input
 1. API To deliver results based on search query input
 2. When no query passed in, result set should be empty
 2. When no query passed in, result set should be empty
-3. A basic default UI which will display list of images from the result in grid form
+3. A basic UI which will display list of images from the result in grid form
 4. If search query is updated, the old result set should reset with new one
 4. If search query is updated, the old result set should reset with new one
-5. Should support options for pagination
-6. Errors should handled with logs and shown to users
+5. Errors should handled with logs and shown to users
 
 
 
 
 ### Hard Requirements:-
 ### Hard Requirements:-