Skip to content

Commit

Permalink
Update images
Browse files Browse the repository at this point in the history
  • Loading branch information
shellop committed Apr 30, 2018
1 parent 2f63843 commit 3106e91
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ Read my post in the freeCodeCamp blog on Medium for a tutorial on how to create

## Create your app

Clone this repo (or just copy the bits you need)

The main files to edit are:
Clone this repo (or just copy the bits you need). The main files to edit are:
- [public/index.html](public/index.html) The main page for your app
- [public/style/style.css)](public/style/style.css) Add your own styling to this file
- [public/scripts/app.js](public/scripts/app.js) This contains the javascript to handle the logic in your app. It currently uses localStorage for storing data when the use clicks the button, it is recommended to use another database in production, such as indexedDb (Read more [here](https://developers.google.com/web/fundamentals/codelabs/your-first-pwapp/#intercept_the_network_request_and_cache_the_response))
Expand Down

0 comments on commit 3106e91

Please sign in to comment.