From 64317fc2cb253e6f8aa6ef705f97de79c94a0ab5 Mon Sep 17 00:00:00 2001 From: Summy Sumanth Date: Mon, 9 Sep 2019 15:02:25 +0530 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 25ee7aa..a5bf73d 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,14 @@ An simple version of the Flickr website using the Flickr API. ## View project directly: -[click here](https://google.com) - Refreshing page would not work here as they are just static files (without served from a server) and because of frontend routing, it wont be able to resolve files and you would get a 404 on refreshing and that is expected. +[click here](https://google.com) - _**Refreshing page would not work here**_ as they are just static files (without served from a server) and because of frontend routing, it wont be able to resolve files and you would get a 404 on refreshing and that is expected. ## NPM Scripts #### To install the required npm packages ( Required only once ) npm i -or +_or_ yarn @@ -22,9 +22,9 @@ or npm run build ## Few Pointers about this project -1. Lazy loading of Images have been implemented. -2. Code splitting for better optimization of static files(script files) delivery and make initial load quicker. -3. Throttling of network activities to reduce unhandled number of calls on search query. +1. **Lazy loading of Images** have been implemented. +2. **Code splitting** for better optimization of static files(script files) delivery and make initial load quicker. +3. **Throttling of network activities** to reduce unhandled number of calls on search query. -## UI(s) of this project \ No newline at end of file +## UI(s) of this project