├── data.js ├── img ├── product-1.png ├── product-2.png ├── product-3.png ├── product-4.png ├── product-5.png ├── product-6.png ├── product-7.png └── product-8.png └── logo.svg /data.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/john-smilga/setup-filese-react-phone-e-commerce-project/HEAD/data.js -------------------------------------------------------------------------------- /img/product-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/john-smilga/setup-filese-react-phone-e-commerce-project/HEAD/img/product-1.png -------------------------------------------------------------------------------- /img/product-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/john-smilga/setup-filese-react-phone-e-commerce-project/HEAD/img/product-2.png -------------------------------------------------------------------------------- /img/product-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/john-smilga/setup-filese-react-phone-e-commerce-project/HEAD/img/product-3.png -------------------------------------------------------------------------------- /img/product-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/john-smilga/setup-filese-react-phone-e-commerce-project/HEAD/img/product-4.png -------------------------------------------------------------------------------- /img/product-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/john-smilga/setup-filese-react-phone-e-commerce-project/HEAD/img/product-5.png -------------------------------------------------------------------------------- /img/product-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/john-smilga/setup-filese-react-phone-e-commerce-project/HEAD/img/product-6.png -------------------------------------------------------------------------------- /img/product-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/john-smilga/setup-filese-react-phone-e-commerce-project/HEAD/img/product-7.png -------------------------------------------------------------------------------- /img/product-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/john-smilga/setup-filese-react-phone-e-commerce-project/HEAD/img/product-8.png -------------------------------------------------------------------------------- /logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/john-smilga/setup-filese-react-phone-e-commerce-project/HEAD/logo.svg --------------------------------------------------------------------------------