The E-commerce is a copy of the UI kit-based available on Figma. Where it simulates a clothing sales app.
The project was developed using the following technologies
- The layout is avaible on Figma;
- Make a clone :
$ git clone https://github.com/TrickSantos/ecommerce-UI-Clone.git
- Execute the aplication:
# Install the dependencies
$ npm install
# Or
$ yarn
# Start the aplication
$ npx start
# Or
$ yarn start
- Fork this repository;
- Create a branch with your feature:
git checkout -b my-feature
; - Make a commit with your changes:
git commit -m 'feat: My new feature'
; - Make a push to your branch:
git push origin my-feature
.
After the merge of your pull request you can delete your branch.
This project has the MIT license.