Coder Social home page Coder Social logo

cs480-projects / cs480-projects.github.io Goto Github PK

View Code? Open in Web Editor NEW
18.0 96.0 129.0 716.48 MB

Showcase of CS480 Student Projects

Home Page: http://cs480-projects.github.io/

HTML 18.20% CSS 21.15% JavaScript 5.59% SCSS 4.56% PHP 0.01% Less 0.36% Ruby 0.01% Python 49.29% Jupyter Notebook 0.04% Java 0.21% C 0.04% PowerShell 0.06% Batchfile 0.01% Dockerfile 0.01% Kotlin 0.01% Swift 0.01% Objective-C 0.01% Dart 0.06% CMake 0.20% C++ 0.22%

cs480-projects.github.io's Introduction

CS4800 Projects

The site to showcase all the CS4800 student projects. We will keep this site maintained permanently, so make sure that you have a nice and professional team page here!

Git Exercise 1 - Add Your Personal Info in the Homepage

For this exercise, please add an HTML table row in the teams-fall2023/index.html web page by following the same format.

Once done, please check in your code and push to our Git repository. To push the changes, the command you will be using are:

git add <file>
git commit 
git push

When you try to execute git push, you might see error messages about pulling the latest version, which means that someone else has recently pushed new changes and you need to sync up the code from the repo and make sure you have the latest version. In this case, you need to sync up the code with the following command:

git pull --rebase

If this is executed correctly, you can then push your code again with:

git push

However, in this exercise, it is very likely that you will see code conflicts when trying to check in your code. If that happens, you need to carefully resolve the conflicts. The basic steps to resolve conflicts are:

  1. Use git status to check the status of your code and know exactly which file contains the code
  2. Go to the file with conflicts and carefully clean it up - DON'T mess up others' changes - BE RESPONSIBLE
  3. After cleaning up the file, you need to use git add <file> to tell Git that you have done resolving
  4. Use the command git rebase --continue to finish up the conflict resolving
  5. You still need to do git push to finish the code check in

If you can successfully push your code, go to https://github.com/cs480-projects/cs480-projects.github.io to verify if your code is there and if you can see your commit message.

Also, your change will appear in our project site: http://cs480-projects.github.io

And our class page is at: http://cs480-projects.github.io/teams-fall2023/index.html

Exercise 2 - Add Your Team Page

Each team should add a simple team page in teams-fall2023/ folder and link it from the teams-fall2023/index.html page.

Note: make sure that you create a folder for your team. You should NOT modify or change other teams' folders.

You don't have to spend a lot of effort to make the page pretty, but everyone in the team should contribute a little bit to this page.

Once done, you still need to push the code with the same set of instructions.

If everything works, you should be able to see the changes in the project website http://cs480-projects.github.io

Again, our class page is at: http://cs480-projects.github.io/teams-fall2023/index.html

cs480-projects.github.io's People

Contributors

adebelynska avatar amandawkwok avatar anh-knguyen avatar ashleyyan1 avatar birthana avatar bnguerrero avatar cduong2020 avatar cgarcia156 avatar chin-lee-lol avatar dennisc626 avatar dingster01 avatar iamdarkes avatar ianstodart avatar johngers avatar johnny2lu avatar josephjeon avatar jsalinas1 avatar k-ly73 avatar ktgita22 avatar lpcthai avatar megamba avatar motyshiz avatar palakmalik5 avatar roaringcamels avatar sisianteymoorian avatar sunyu912 avatar teddysm avatar tyabbi avatar wrymthem avatar yeramy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cs480-projects.github.io's Issues

Blue Eggs - API - Shippo

Get shippo API added to the repository, create a paid account and fund the account. 0.01 for each tracking.
Alternative:
Use the UPS, USPS, AMZ APIs instead.

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.