Giter Site home page Giter Site logo

xrg-js-combined-assignment's Introduction

JS Combined Assignment

Why are we doing this?

This assignment teaches you two things:

  • How to collaborate on GitHub/BitBucket/GitLab/Other such tools.
  • How to write simple functions that build a CRUD application.

What are we building?

A simple JS File (Very Basic) that allows users to create, read, update, and delete notes.

  • Person - 1: Create Notes
  • Person - 2: Read Notes
  • Person - 3: Update Notes
  • Person - 4: Delete Notes

How to Collaborate

Collaborating on GitHub involves working with others to create, review, and merge changes to a repository. Here are the steps to get started:

  1. Fork the repository: Forking creates a personal copy of the repository you want to contribute to. Click on the "Fork" button on the repository's page to create a fork.

  2. Clone the repository: Clone the forked repository to your local machine using git clone command in your terminal.

  3. Create a new branch: Create a new branch to work on using git checkout -b command.

  4. Make changes: Make changes to the files in your local repository.

  5. Commit changes: Once you're done making changes, stage the changes using git add command and commit them using git commit -m "" command.

  6. Push changes: Push the changes to your forked repository using git push origin command.

  7. Create a pull request: Go to the original repository and create a pull request by clicking on the "New pull request" button. Select your forked repository and the branch you created in step 3.

  8. Review and merge changes: The repository owner or maintainer will review your changes and either merge them or provide feedback for further changes.

  9. Keep your fork updated: If the original repository is updated, make sure to keep your fork updated using git fetch upstream and git merge upstream/main commands.

These are the basic steps to collaborate on GitHub. Keep in mind that different projects may have their own guidelines and conventions for collaboration, so be sure to familiarize yourself with them before contributing.

xrg-js-combined-assignment's People

Contributors

yaralahruthik avatar anilrudnoor123 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.