Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
KusalPriyanka committed May 21, 2020
1 parent 26396ae commit 28cef5b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Shopping-Application
<h1 align="center">
<br>
<a href="http://www.amitmerchant.com/electron-markdownify"><img src="./client/public/ecommerce.png" alt="Shopping Application" width="200"></a>
<br>
Shopping Application
<br>
</h1>

Online Shopping Cart System for a Fashion Store - Application Framework Group Project
<h3 align="center">Online Shopping Cart System for a Fashion Store - Application Framework Group Project</h3>

# Contributors

Expand Down
Binary file added client/public/ecommerce.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 5 additions & 2 deletions client/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="icon" href="%PUBLIC_URL%/ecommerce.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
Expand All @@ -12,7 +12,10 @@
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>Shopping App</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link
rel="stylesheet"
href="https://fonts.googleapis.com/icon?family=Material+Icons"
/>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
2 changes: 1 addition & 1 deletion client/public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.ico",
"src": "ecommerce.png",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
Expand Down

0 comments on commit 28cef5b

Please sign in to comment.