Giter Site home page Giter Site logo

anhphuongdo34 / chem120-game Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 77.76 MB

E-textbook for Chemistry 120 at DePauw University

Home Page: https://anhphuongdo34.github.io/chem120-game/

License: MIT License

CSS 21.29% HTML 25.99% JavaScript 52.72%

chem120-game's Introduction

CHEM 120 E-Textbook

About

The project contains a game to quiz about the understanding of isomers in organic chemistry for students of CHEM 120 at DePauw University.

Setting up

  1. Installation
  • Download the appropriate version of VSCode for your operating system.
  • (For MacOS) Install Homebrew and use it to install npm and nvm.
  • (For Window) Install nodejsand add it to path.
  • (For Linux) Install npm and nvm from terminal.
  1. Add the Live Server extension to Visual Studio Code for debugging.

  2. Set up the SSH key on your computer

  1. Fork the repo to your GitHub account (click Fork on the top right of the screen) image

  2. Clone the repo to your local computer

     git clone [email protected]:<your-username>/chem120-game.git
     cd chem120-e-textbook
     git remote add upstream [email protected]:anhphuongdo34/chem120-game.git
     git remote set-url --push upstream DO_NOT_PUSH
    

For Jeff

To updates the changes made by students on your local computer

    git pull

To send your changes to GitHub so the students can use them

    git push

Contribution

(replace anything with the <> with your own content)

  1. Before making any changes run git fetch upstream then git rebase upstream/master. The make changes in the code on the master branch

  2. Create a new branch. If the changes associate with a specific issue, name the branch after the number of the issue.

     git checkout -b <new_branch_name>
    
  3. Pull all the updates from upstream before commit new changes

     git stash
     git fetch upstream
     git rebase upstream/master
    
  4. Add, commit, and push the changes

     git stash apply
    

Might need to resolve merge conflicts. Follow the instruction on the terminal.

    git add .
    git commit -m "<a short description of the changes>"
    git push origin <branch_name>
  1. Make a Pull Request (PR) on GitHub.

Acknowledgement

  • This project uses ChemDoodle Web Components. The link to web.ChemDoodle.com and/or www.ChemDoodle.com.
  • Thank you Dr. Jeff Hansen, Professor of Chemistry and Biochemistry at DePauw University, for designing the game for the introductory Chemistry courses.

chem120-game's People

Contributors

anhphuongdo34 avatar

Watchers

 avatar

Forkers

mkhan2025

chem120-game's Issues

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.