Furniture E-Commerce

Project Description

React front-end full operating dynamic and responsive E-Commerce shop including payment connection (stripe)

Built with

  • HTML
  • CSS
  • React

npm-start

npm start

npm install
npm-start -g

Dummy user

[email protected]
Aadummyuser!

Screenshots & Animation

Animation

Capture2--1-

Capture-2

Author

Styled Components

Styled-Components - Main Docs

import styled from "styled-components";

const ReactComponent = () => {
 return <Wrapper>
 {some content}
 </Wrapper>
}


const Wrapper = styled.htmlElement`
write your styles here
`
export default ReactComponent

React Icons

React Icons - Main Docs

React Version

"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-scripts": "4.0.0",

Furniture API

Stripe

Auth0

Env vars

  • dotenv - Main Docs

  • REACT_APP_AUTH_DOMAIN=

  • REACT_APP_CLIENT_ID=

  • REACT_APP_STRIPE_PUBLIC_KEY=

  • REACT_APP_STRIPE_SECRET_KEY=


npm install [email protected]

Deployment

Netlify


npm install netlify-cli -D