This is fully functional E-Commerce app built with React
Or link to live site here
- learn how to create a full-fledged React application
- improve TypeScript skills
- learn to work on a project in a team
This e-Commerce App is a software application that enables online commerce for merchants and consumers. It allows customers to see the entire range, sort and select the desired products. For the convenience of customers, prices and product descriptions are indicated. Simple site navigation, product filtering option, easy payment by card, shopping cart and other features will make shopping experience fast and pleasant!
- React, Webpack, TypeScript, ESLint, Prettier, Husky, Jest, SCSS
- using CommerceTools
Clone this repository:
$ git clone https://github.com/evgueniazet/eCommerce-Application.git
Go to folder:
$ cd eCommerce-Application
Install dependencies:
$ npm install
Run the app in the development mode:
$ npm start
Build the app for production:
$ npm run build
To launch the test runner in the interactive watch mode:
$ npm test
To copy all configs and transitive dependencies:
$ npm run eject
Run ESLint to lint and to fix the code:
$ npm run lint
$ npm run lint:fix
Run Prettier to check and fix the code:
$ npm run format
$ npm run prettier:check
$ npm run prettier:write
Rolling Scopes School: React Dreamteam mentored by Hanna Dziahonskaya
Happy coding!