/Git-For-Geeks2

This is the repo for git-for-geeks workshop

Primary LanguageJavaScript

Git For Geeks Second Commit 🚀

The website is made for DJCSI's Git For Geeks Second Commit workshop to demonstrate Github Workflow.

Tech Stack 💻

Project Screen Shots

Home Page :

Screenshot 2022-11-02 at 11 18 09 AM

Profile Page :

Screenshot 2022-11-02 at 11 18 23 AM

Installation and Setup Instructions ⚙️

Clone down this repository. You will need node and npm installed globally on your machine.

Installation:

$ git clone https://github.com/CSI-DJSCE/Git-For-Geeks2.git
$ cd Git-For-Geeks2 
$ npm install

To View on browser App:

Run :

$ npm start

open localhost:3000 on browser.

Making your first PR 😎

  1. Checkout User.js in src/data direcotry.
  2. Start editing the User.js file and append your details similar to others details at the User object (make sure your details object key is your github username) Screenshot 2022-11-13 at 11 50 09 AM
  3. Example object(fill in your details !)
"Priyankaa2503": {
    name: "Priyanka Ramachandran",
    branch: "IT",
    description:
      "Exploring web and expanding my knowledge by learning innovative concepts, skills and technologies.",
    links: {
      github: "https://github.com/Priyankaa2503",
      instagram: "https://instagram.com/priyankaa__25",
      linkedin: "https://www.linkedin.com/in/priyanka2503/",
      portfolio: "",
    },
  },
  1. Once done, commit your changes by clicking commint changes buttong at bottom Screenshot 2022-11-13 at 11 56 02 AM
  2. You are ready with your first PR 🔥

Make sure your checkout next section for detailed workflow !!

Contributing to Git For Geeks2 🙌

We welcome contributions to Git For Geeks2!

Please see CONTRIBUTING.MD for more information and guidelines for contributing to Git For Geeks2.

Thanks to all Contributors 💪

Thanks a lot for spending your time and contributing 🚀 .

Contributors