Giter Club home page Giter Club logo

code-khata's Introduction

Code Khata

It is an intiiative undertaken by DevScript for students/young hackers who are absolute begineers in programming and want to learn it. This repository will contain all the possible resource in terms of code as well as illusatrations for the code so that any new comer can grasp the topic.

How to contribute

  1. You can contribute in terms of Code
  2. You can contribute in terms of improving Documentation

Following the procedure you can make your contribution with ease.

Step 0

Star and Fork this repository

Step 1

Look in the issues if the change you are doing is available and issues section is it assigned to someone or not if you can't find any issue open one. Anyone from our team will assign you the issue then you can start contributing

step 2 Fork this repository

You can fork this repository by clicking on fork button on top right corner. Once you fork this will create a copy of repo on your account

step 3 Clone the repository

To clone the repository go to your account open this repo and either click on clone button or run the command below to get this repository on your local machine

git clone <URL you just copied>

e.g. git clone https://github.com/yourgithubusername/first_contribution.git

step 4 Create a branch

On your local machine go the project folder that you cloned and use following git command inside that folder

create a new branch using below command.

git checkout -b <branch-name>

e.g. git checkout -b mybranch

step 4 Lets make some contributions

Make changes to files on your local machine work on the issue you're assigned.

step 5 Add Changes and Commit Changes

Now we have to add changes that we made to the branch so for that we will run following command.

git add .

Now we have to commit changes, commit message should always be clear, to commit use command below.

git commit -m "resolved the <issue>"

step 6 Push changes to GitHub

Now we have to push the changes that we made to remote repository on specified branch to do so use command below.

git push origin <branch-name>

name of branch is same as you created in step 3

e.g git push origin mybranch

step 7 Submit your changes for review

Once you have pushed your code to GitHub, it's now time to create pull request, you will go to the repository click on compare and pull request and submit the pull request.

Soon, we will be merging all your pull requests to the main branch of project and you will also get notification once your pull request is merged with existing code base. After that you will be able to see your details in contributor section on the page below.

Contributors

List of our amazing contributors ๐Ÿ’ฅ

code-khata's People

Contributors

aiman0710 avatar aishaasjad65 avatar anmol111pal avatar atifsoomro114 avatar codewithwaqar avatar deepanganth avatar devaffan avatar dilzaina avatar dilzaina99 avatar hannarajput avatar harshit-raj-14 avatar hasnaat93 avatar hifza-kanwal avatar jamalimubashirali avatar keerioshumaila52 avatar kiranaminpanjwani avatar mahaveerrathi avatar munsif-raza-t avatar mursalfk avatar nandzi123 avatar rinky6767 avatar sameer-aftab avatar sripor62 avatar tahseenahmed29 avatar ualisoomro586 avatar vedantkhairnar avatar waqaralisiyal23 avatar yusrasaleem avatar zobiya-jumani21 avatar zohaib-sathio avatar

Stargazers

 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

Watchers

 avatar  avatar

code-khata's Issues

Add Code for Dart

Create a folder for Dart, add Code in the Dart folder, add some code on basic topics (like loops, conditional statements etc), Asynchronous Programming and Null Safety.

Simple Library Management

About Project

A simple library management project that is easy to use and helps learners understand the basic concept of JS. In this project, the user has a provision to add book details like book name, author name, and type through the web page. In addition to this, the user has a provision to search for the available books in the library by the book name or author name, or type. If book details are present in the LocalStorage, the search details are displayed on the web page. User has also a provision to delete a specific book or delete all books.

Python Machine Learning Common Functions

I was thinking maybe it would be useful to share functions that handle data like the mean, the variation, percentile, linear regression, polynomial regression etc. that are all useful in backend machine learning.

I would be able to provide most of these if this is wanted

Thanks

Add resources to Data Science

Assign this to me, hence I can raise PR to include modules and basic files realted to Data Science, I have created it for Numpy,Pandas and time_series_analysis

I want to add Learn.md to React_Js folder.

I want to add basic React JS principles (components, properties, and hooks) to Learn.md. It will help the learners to understand the basic concepts of React and how to implement them.

Kindly assign this issue to me, I'm a Hacktoberfest participant. ๐Ÿ˜Š

Projects

Making a project is like explaining the code in real life.
Do you think you can help us spread the knowledge?
Try it out ๐Ÿ’ฏ

โšก Add code for JavaScript

Be it React, Angular, Vue.js, Next.js, or simple JavaScript.
Javascript is the heartthrob of every web developer.
Do contribute more and more in JavaScript.

Edit Readme.md to add contributors

You can also edit the readme.md to add contributors. To show their profiles and to show how they are making Code-Khata a better place to learn.

Add flutter widgets examples

I want to add basic flutter widget examples & also some custom widgets to help the beginners who want to learn flutter.

I'm participating in Hacktoberfest, so please assign this issue to me.

Create Low-Code Application

Low-Code Application/Platform

A low-code development platform provides a development environment used to create application software through a graphical user interface. A low-coded platform may produce entirely operational applications, or require additional coding for specific situations.

Learn about Low-Code Applications, and create some to participate in HacktoberFest 2022

More info at here

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.