Coder Social home page Coder Social logo

ecomerce-full's People

Contributors

rb99175 avatar vivirbi avatar

Watchers

 avatar  avatar

ecomerce-full's Issues

Plan

App : header: name, Create button
           this.state.products.map:
                 Roopali css: image width: 30%, margin (use flex or inline block), delete button,
                                     name under image, left
                                      price under image, right
                                     responsive

                Sam: make nav bar, create button -> form -> submit -> add new product
               Sam: click on each img-> form change
                Vy <form> Put using input: change name, change url, <sumit button></form>

                Vy or Sam or Roopali: Delete button by clicking on the delete button
              

git checkout/ merge/ revert

Mac-Users-MacBook-6:ecomerce-full MacUser$ git checkout -b testingBranch
Mac-Users-MacBook-6:ecomerce-full MacUser$ git commit -a -m"testing+backup"
Mac-Users-MacBook-6:ecomerce-full MacUser$ git push -u origin testingBranch

to return to main branch: git checkout master

to merge new branch to master branch:
$ git checkout master
$ git merge hotfix

$ git revert 676ec
676ec is the commit id
revert a commit https://stackabuse.com/git-revert-to-a-previous-commit/

Turn a branch to master

$git checkout seotweaks
$git merge -s ours master
$git checkout master
$git merge seotweaks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.