Online Furniture Shop - Bazar.
Technologies used in project:
- HTML5/CSS
- JavaScript
- React / Redux
Project is based on free PSD template for front-end development training.
Webpage is adjusted for usage on mobile devices/tablets and desktop.
Link for webpage - comming later
- npm >= 5.5.0
- node >= 14.0.0
npm install
or yarn install
npm start
or yarn start
All source code files are located in src
and public
directories.
Below there are main scripts that can be used during development.
build
: based on code insrc
andpublic
script builds ready to use project inbuild
folder.start
: monitors changes insrc
folder and starts preview in browser.test
: starts unit tests.refactor
: script stars automatic formatting of code insrc/
folder according to good code practices and checks code with ESLINT.
Project uses GitHooks which allows running scripts dependant on Git actions.
Each time when you commit changes with git commit
script starts unit tests, formatting and linting of files included in git add
.
Under supervision of KamilWilk95