├── images ├── store.png ├── store2.png ├── store3.png └── store4.png ├── index.html ├── js ├── index.js └── store-data.js ├── readme.md ├── screenshots ├── demo.gif ├── myTouch.gif ├── store-locator.png └── wireframe.png ├── style └── style.css └── todo.md /images/store.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oussamabouchikhi/Store_Locator/HEAD/images/store.png -------------------------------------------------------------------------------- /images/store2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oussamabouchikhi/Store_Locator/HEAD/images/store2.png -------------------------------------------------------------------------------- /images/store3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oussamabouchikhi/Store_Locator/HEAD/images/store3.png -------------------------------------------------------------------------------- /images/store4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oussamabouchikhi/Store_Locator/HEAD/images/store4.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oussamabouchikhi/Store_Locator/HEAD/index.html -------------------------------------------------------------------------------- /js/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oussamabouchikhi/Store_Locator/HEAD/js/index.js -------------------------------------------------------------------------------- /js/store-data.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oussamabouchikhi/Store_Locator/HEAD/js/store-data.js -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oussamabouchikhi/Store_Locator/HEAD/readme.md -------------------------------------------------------------------------------- /screenshots/demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oussamabouchikhi/Store_Locator/HEAD/screenshots/demo.gif -------------------------------------------------------------------------------- /screenshots/myTouch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oussamabouchikhi/Store_Locator/HEAD/screenshots/myTouch.gif -------------------------------------------------------------------------------- /screenshots/store-locator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oussamabouchikhi/Store_Locator/HEAD/screenshots/store-locator.png -------------------------------------------------------------------------------- /screenshots/wireframe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oussamabouchikhi/Store_Locator/HEAD/screenshots/wireframe.png -------------------------------------------------------------------------------- /style/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oussamabouchikhi/Store_Locator/HEAD/style/style.css -------------------------------------------------------------------------------- /todo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oussamabouchikhi/Store_Locator/HEAD/todo.md --------------------------------------------------------------------------------