Giter VIP home page Giter VIP logo

fswd16's Introduction

FSWD16

Lambda Full Stack Web Development 16 website.

View Website

If you would like to help create our class website please branch and do a pull request.

For a step by step on how to get started, see the next section. An easy addition to make is to add your github handle into the students.json file.

Getting Started With Git

To make contributions to this class website, first fork this repository. In the top right hand corner, click Fork. Now you will have a copy of this repository in your github repositories.

If you haven't already installed Git, do so now.

Step 1: Make a local clone of your fork

Navigate to your repository and click Clone or Download. Copy this URL.

Open your terminal and type git clone [REPOSITORY URL] with your url, in the folder you wish to create the clone. Once you hit enter, you now have a local copy (meaning it is on your computer) of your forked repository.

Step 2: Sync your fork with the original repo

Now you want to connect your fork with the original repository so that you can pull any updates that are made to this repository into your version.

Go to this repository and click Clone or Download. Copy this URL.

Type git remote add upstream [ORIGINAL REPOSITORY URL] with this repo's url. Now if you type git remote -v it will show you that you have the origin, which is your repository, and the upstream, which is this repository.

To update the repository, you can type git fetch upstream followed by git merge upstream/master.

Step 3. Make a new branch and pull request

Create the branch on your local folder and switch over to it by typing git checkout -b [name-of-new-branch].

Now you can make any changes to the files locally. Type git add . to add all the changes you made in this folder, then type git commit -m "your message here" to make a commit and a commit message. Finally, type git push origin name-of-new-branch to push to your branch.

Navigate to the github repository and click Compare & Pull Request. This will allow you to make a pull request to the original repository, and once it is accepted it will be merged into the main branch.

Helpful Guides

Below are some additional useful guides.

Understanding the GitHub flow

GitHub Guides

GitHub Training Videos

Website Task List

  • Add Semantic UI
  • Add Students List JSON File
  • Add Styling
  • Add Bootstrap
  • Search implementation

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.