Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

My feature #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16,643 changes: 9,892 additions & 6,751 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@
"styled-components": "^4.3.2"
},
"scripts": {
"start": "react-scripts start",
"start": "react-scripts --openssl-legacy-provider start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},

"eslintConfig": {
"extends": "react-app"
},
Expand Down
2 changes: 1 addition & 1 deletion src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ body{
.cart-icon{
cursor:pointer;
font-size:1.2rem;
color:var(--mainYellow);

}
2 changes: 1 addition & 1 deletion src/components/Navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default class Navbar extends Component {
<ul className="navbar-nav align-items-center">
<li className="nav-item ml-5">
<Link to="/" className="nav-link">
Products
Products.in
</Link>
</li>
</ul>
Expand Down
1 change: 1 addition & 0 deletions src/components/Product.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const ProducrWrapper =styled.div`
.card{
border-color:tranparent;
transition:all 1s linear;
border-radius:20px;
}
.card-footer{
background:transparent;
Expand Down
9 changes: 2 additions & 7 deletions src/index.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;

-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
monospace;
}

4,321 changes: 2,121 additions & 2,200 deletions yarn.lock

Large diffs are not rendered by default.