/git-github-workshop-2022

A basic profile card site for practicing Git and GitHub

Primary LanguageJavaScript

Git & GitHub: All you need to know

Hello everyone! This is a profile-card website made with React.js for Git-GitHub Workshop

Installation - Project Setup

The project requries Node.js v14 or above.

Once cloned, open the project directory and run the following commands:

npm install
npm run start 

Website Link

https://kucc-git-github-2022.netlify.app/

Resources Link

https://bit.ly/githubkucontent

How to contribute?

Contributions are higly appreciated. It could be new features, bug-fix, documentation and others.

Please browse any exisiting issues or open up a new one.

Contribution Steps:

  • Fork this repository.
  • Clone the forked repository to your machine.
  • Create a new branch named after the issue you're working on.
  • Commit your changes, push the changes to GitHub.
  • Open a pull request here