Coder Social home page Coder Social logo

teelda / kika Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cheedie/kika

0.0 0.0 0.0 10.13 MB

An e-commerce web-app where vendors can sign up to sell thrifted items. "Learnable 21 Team one build season project"

Shell 0.07% JavaScript 60.56% CSS 30.68% HTML 0.90% SCSS 7.79%

kika's Introduction

We are going to create branches according to features and when you are done with the feature. you create another branch for the next feature you are working on. And you can only create a pull request, and inform me and i will merge. and please when you want to create a pull request on github, please please verify that the branche you want to merge to is develop. We do not have any business with the main branch for now.

These are the steps to take:

I will be using cart as an example here.

  1. Check out to develop branch (git checkout develop)

  2. Create your own branch. (git checkout -b cart). That command also checks out into the cart branch.

  3. Write your code, commit, and push to remote. I guess we know how to commit and push our codes.

  4. When you are done with the feature and now want to merge to develop, check out to develop (git checkout develop) pull, to make sure you have all current changes in develop (git pull origin develop) Check out to your cart branch, (git checkout cart) then merge in develop (git merge develop) Fix possible merge conflicts, then push to remote (git push)

  5. Go on Github. Click create pull request. Choose the branches you want to merge, making sure that you're merging cart branch into develop. You can drop comments on the pull request. I will look at it and then merge it into develop

Figma Link - https://www.figma.com/file/fzlPnU0NIvjRZh4ao9A6b1/KIKA-Prototypes?node-id=153%3A4

kika's People

Contributors

iamifechi avatar cheedie avatar teelda avatar martinkarugaba avatar

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.