Skip to content

Commit

Permalink
Merge branch 'master' of github.com:SummySumanth/Flicker-Fun
Browse files Browse the repository at this point in the history
  • Loading branch information
SummySumanth committed Sep 9, 2019
2 parents 6cad63f + 64317fc commit df90464
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
## UI(s) of this project

0 comments on commit df90464

Please sign in to comment.