Coder Social home page Coder Social logo

kushal997-das / project-guidance Goto Github PK

View Code? Open in Web Editor NEW
380.0 8.0 231.0 590.64 MB

:octocat:🌟 The Ultimate resources for beginner to advance level projects all at one place πŸ’» πŸŽ―πŸš€

Home Page: https://kushal997-das.github.io/Project-Guidance/

License: MIT License

Python 2.33% PHP 2.06% HTML 6.18% Hack 0.12% CSS 3.33% JavaScript 1.99% SCSS 1.20% Jupyter Notebook 75.07% Java 4.75% C++ 0.71% C 0.11% Swift 0.04% Objective-C 0.01% Dart 1.18% Kotlin 0.03% Shell 0.01% Procfile 0.01% Handlebars 0.02% Solidity 0.02% Makefile 0.87%
projects programming-language python python3 java javascript jypyternotebook css php data-science

project-guidance's Introduction



The Ultimate resources for beginner to advanced level projects all place 😎

Project-Guidance-official-logo


GitHub watchers


GitHub last commit All  contributors GitHub repo size license GitHub forks GitHub stars

GitHub issues GitHub issues closed GitHub pull requests GitHub pull requests


πŸ“Œ Introduction

Project-Guidance Contains amazing projects written in multiple programming languages. Here you can easily find beginner to advanced level projects. The main reason behind creating this repository is so that people can find their projects all at one place with the source code. Most of the programmers (beginners πŸ”° ) are unable to find the project so we took the initiative to help them. Consider this repository as your personal space to find or add any new project to this repository . Being an open source contributor doesn't just mean writing code, either. You can help out by writing documentation, tests, or even giving suggestions. πŸŒŸπŸ†

Domain Names πŸš€

Contributing 🀝

PRs WelcomeOpen Source Love

Please read our Code of Conduct :octocat:.

We're accepting PRs for our open and unassigned issuesπŸ›. Please check CONTRIBUTING.md✨. We'd love your contributions! Kindly follow the steps below to get started:

0. Star this repository.

1. Fork this repository.

2. Clone the forked repository.

git clone https://github.com/<your-github-username>/Project-Guidance

3. Navigate to the project directory.

cd Project-Guidance

4. Create a new branch.

git checkout -b <your_branch_name>

5. Make changes.

6. Stage your changes and commit

git add -A

git commit -m "<your_commit_message>"

7. Push your local commits to the remote repo.

git push -u origin <your_branch_name>

8. Create a PR to develop !

9. Congratulations! πŸŽ‰ Sit and relax, you've made your contribution to Project-Guidance. ✌️ ❀️ πŸ’₯



Project Admin ❀️

Kushal Das

Engaging and Collaborating with

GSSOC Hacktoberfest_icon SOWC3.0 hecktoberfest2023

Stargazers over time πŸ€—πŸš€

Stargazers over time


forthebadge forthebadge forthebadge smile please

Awesome contributors 🀩



πŸŽ‰ 🎊 πŸ˜ƒ Happy Contributing πŸ˜ƒ 🎊 πŸŽ‰

project-guidance's People

Contributors

abhigpt401 avatar abhilipsasahoo03 avatar advaita-saha avatar alapandas avatar aniket126 avatar ash-kodes avatar ayushi1210 avatar dependabot[bot] avatar dragonuncaged avatar garvit414 avatar himanshu240601 avatar iamrahulmahato avatar jyothi-k-g avatar kranthi-guribilli avatar kumar-laxmi avatar kushal997-das avatar manisha-nair28 avatar muskan467 avatar priya510 avatar programmer1473 avatar rajdip-b avatar samarpancoder2002 avatar somyaranjansahu avatar sulagna-dutta-roy avatar surbhi2408 avatar suy1968 avatar tawfikyasser avatar ug-sep avatar viraj-sanap avatar xzanatol 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  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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

project-guidance's Issues

update readme

Hey Guys Please update the readme of desktop application folder

Add Desktop Application

Hello,

This issue to add a new desktop application for Java -> Advanced Level

The project description in the README file

The project is about REST API using Spring Boot using Java

Thanks

Adding Three.js to get 3D effect in the JTM- project

Hi, Jaideep Singh Garlyal I'm a contributor. My plan is to enhance the website by using Three.js to use 3D background. Which will look amazing and would be really interesting for the user and keep them **engaging with the 3D effect.**It will give the form a new 3D look. I would like to contribute to this issue. Please assign me this issue.

I am Utkarsh Singh and participant of Gssoc2022.I would like to add Expense-Manager App.

πŸš€ Feature

(A clear and concise description of what the feature is.)

Have you read the Contributing Guidelines ?

YES

Motivation

To contribute ,and to learn something new that will help me in future.

Pitch

Many of us spend money but did not able to manage the expenses ,as a result we forget where we spend it.Hence I came with a solution to make app that save all your expenses,and it will add all expenses and show as a graph .

Add simple JSP project for beginners

Hello,

Today I will add a very simple JSP and servlets project for beginners

I hope this helps other developers.

I will open a new PR

Thanks.

Vector Calculator

πŸš€ Feature

A GUI based app built using Python that can fetch relation between 2 vectors along with the properties of each vector alone.

By relations I mean:

  • Dot product.
  • Cross product.
  • Angle between both vectors.
  • Component of each vector on the other.
  • Projection of each vector on the other

By properties I mean:

  • Unit Direction of each vector.
  • Cosine Direction of each vector.
  • Cosine Angles of each vector.
  • Absolute Value of each vector. |A|

Have you read the Contributing Guidelines ?

  • Yes

Motivation

The project helps in explaining how Tkinter works, and how mathematical functions can be implemented in a program.

Pitch

It's an on the go calculator to calculate multiple relations between vectors and making sure of on-paper calculations.

Issue made under GSSoC'22 contributions.

Add a Java Project

Hi,

This issue to add a new java project (Red Black Tree GUI Application)

Thanks

Add BookLibrary Management System

πŸš€ Feature

(A clear and concise description of what the feature is.)

Have you read the Contributing Guidelines?

(Write your answer here.)

BookLibrary Management System made using java swing a desktop application where users can maintain books status in the library also can edit the return and issue date of the book of a particular person in the library.

@Kushal997-das please assign me this issue.

GUI for Exploratory Data Analysis

πŸš€ Feature

This is a calculator for Exploratory Data Analysis.
We can import dataset as csv and excel format.
We can then put row and column and then there mathematical aspects .
For example mean ,median ,mode, max min , variance.
This also help in making some plots like
line, histogram, scatter, regression ,etc.

Have you read the Contributing Guidelines ?

Yes

Motivation

I will be working on these feature under GSSoC'22
We don't have to go to code to just find the some value again and again.

Pitch

Its just like a basic standard calculator but apart from mathematics it help in making graph also between 2 columns.

Suggestion

Hi @Kushal997-das

I have a suggestion, It’s about creating a simple GitHub Action to show a Greeting message for a person who open a new issue or a pull request.

If you agree, I want to do it, And please assign it to me.

Thanks

Covid-19 Timeline Analysis with multiple model

πŸš€ Feature

We can use different Timeline model so that to get multiple model usage .

Have you read the Contributing Guidelines ?

Yes

Motivation

I would like to work on this under GSSOC'22
It helps to learn and guide about various model use in timeline analysis .

Pitch

Covid-19 third wave analysis using multiple models to test which one suits the best among the all . Basically to find the best model.

Fixing some bugs and making the UI more user friendly for Guess The Word Python Project.

πŸ› Bug Report

I have found a few bugs for the Guess The Word Python Project:

  • Only if the user enters his answer in lower case his answer is considered correct.
  • The answers are case sensitive: For e.g: "black board" can also be entered as "blackboard"

Few things I will be adding:

I will also be working to improve the UI of the program by using more symbols and separators.
I will be adding more questions and add a random question picker so that the user cannot cheat.
If the user gets a question wrong, The program will display the correct answer as well.

Have you read the Contributing Guidelines?

Yes, I have read the complete contributing guidelines. : )

I will be working on these issues under GSSoC'22
Shubham Singh.

Add Django music player

πŸš€ Feature

I have built an intermediate django music app using Django, Boostrap, JS, css and html

Have you read the Contributing Guidelines ?

I have read the contribution guidelines

Motivation

I wrote the app in order to get more practice using backend development in django

Pitch

This feature would be great for any music lover to enjoy, and a great exercise for anyone who wants to add to it

Contribute django todo list

πŸš€ Feature

A to do list Webb app using tha django web frame.

I have read the contributing guidelines

Motivation

A chance to show my programming skills to others and add another functioning feature to the repo

Pitch

This app is used in order to create a check list of assignments you have to do during your day,
All you need is to run the files and the webpage will open and guide you to your tasks

Add a java console application

Hi

I’m new to open source and I want to help the community,
So I have a good java console application to simulate the CPU Scheduler for the following alogrithms:

  • Shortest Job First
  • Priority Scheduling
  • Round Robin
  • Multi-Level Queue

I wish to make this repository more good.

Add Pocket Dictionary app using Flutter. [GSSOC'22]

πŸš€ Feature

(A clear and concise description of what the feature is.)

Have you read the Contributing Guidelines ?

Yes

Motivation

To create an application to help readers follow their reading lists and learn how to make valuable contributions to the open source community

Pitch

People who are new to reading often let go of their desire to read quality works due to the difficult vocabulary. An application such as this allows the end user to keep track of the new words found in a book along with its meaning, either by entering the word or by scanning the book.

Suggestion

Hi @Kushal997-das , @SamarpanCoder2002

I have a new suggestion

What is your opinion about creating a TEMPLATE for the PR

to make it easy for the contributor to explain PR and it’s importance to make it also more easier for reviewer to review it.

Thanks

Calculator using GUI (PYTHON)

Hey, Greeting's of the day !!
(A clear and concise description of what the feature is.)
I want to add Calculator to your repository made using GUI (Python) i.e .. Project-Guidance/Web Development/Basic/Calulator
It can do basic arithmetic operation .

Yeas i read all the contributing Guidelines ..
I would like to work on this under GSSOC'22
Please assign this to me .
Thank's regard .. 🀞
(Write your answer here.)

Add custom Spotify Landing Page Clone

πŸš€ Feature

I'm Abhilipsa Sahoo and I'm a GSSOC'22 Contributor. I'd like to add a Spotify landing page clone under the Basic Web Development Category.

Have you read the Contributing Guidelines ?

Yes, I have read the contribution guidelines.

Motivation

I built this project as a hands-on practice on HTML and CSS

Pitch

Landing pages lead customers to a specific product, service or offer and encourage them to take action. This minimalistic landing page can encourage beginners to get a hands-on experience of HTML and CSS which they can later modify and use it for Spotify Clone App.

web dev

πŸš€ Feature

adding full descriptive shopping website and all its details and the source code also

Have you read the Contributing Guidelines ?

yes

Motivation

i want to add project for the seek of helping people to find more resources to practice on

Add DSA file in main code

πŸ’₯ Proposal

(A clear and concise description of what the proposal is.)

Have you read the Contributing Guidelines ?

(Write your answer here.)
I have seen web development, app development files but I think we can add an DSA file which will contain basic data structures and algorithms associated to make this repository more informative. Kindly assign the task to me. I'm a 5 star code on hackerrank and 2 star on codechef. I have my skills in competitive programming.

Add new desktop project

Hello everyone

This issue to add a new desktop project

The project is about SQL , Simulation for a Recruitment System

I think it will be useful for beginners with SQL and Databases in general

I will create a new folder in Desktop Application called SQL because the project contains only SQL

Thanks

Generating Password and OTP in Java

πŸš€ Feature

The feature explains how to generate such Passwords and OTP within no time and what code we can use if in case we need to do so.

Have you read the Contributing Guidelines ?

Yes

Motivation

Many a time we forget our passwords and we opt for Forget password option and within no time we get a new password at our registered email-ID or phone no. to login our account. And every time we get a different password.
Sometimes we access our bank accounts while shopping from an online store or many more ways, in order to verify our transition from the bank account, they send us OTP(One Time Password) on our registered phone no. or our email-ID, within no time.

Pitch

Below are the steps to generate a secure password:

Defined all the supported characters.
Get random two characters from a list of lowercase characters [a-z].
Get random two characters from a list of uppercase characters [A-Z].
Get random two characters from a list of digits [0-9].
Get random two characters from a list of special characters [!@#&...].
Get another random 12 characters from a list of supported characters (lowercase, uppercase, digit, and special characters).
Combine all the above 20 random characters.
Shuffle the result in step 7 to produce a random order.
This is the final secure password.

Add a C++ project

This new issue open to add a new C++ project into Project Guidance Repository.

Project Name: Shopping List

I will open a new PR to add the project. #47

Thanks

Form Validation

πŸš€ Feature

Form Validation is a project which helps you to check whether your form is correct according to some criteria

Have you read the Contributing Guidelines?

Yes

Motivation

To explore the difficulties and enjoyments of creating projects using JavaScript

Pitch

It can be used to check whether your email id, password, name, age etc are correct or not to get used of it in future work

Please assign me and add it under Hacktoberfeast don't forget to add the label

Related PR: #182

Update CONTRIBUTING RULES

Hi

I would like to add images to the text to make to more understandable for new contributors.

Thanks

Sudoku-Solver using C

πŸš€ Feature

Its a console application in which a partially filled 9*9 2D array 'grid[9][9]' will be given, the goal is to assign digits (from 1 to 9) to the empty cells so that every row, column, and subgrid of size 3 *3 contains exactly one instance of the digits from 1 to 9.

Have you read the Contributing Guidelines ?

Yes

Motivation

Solving the Sudoku puzzle has become everyone’s passion. The simplicity of the puzzle’s structure and the low requirement
of mathematical skills caused people to have an enormous interest in accepting challenges to solve the puzzle. And for me, it's even more exciting to automate this process of solving a sudoku puzzle so that it could be even solved by computer programming. In this feature, I will provide a brute force algorithm along with backtracking the most efficient one.

Pitch

  • It's a console-based application that runs in a console window same as a C program.
  • It doesn’t have any graphical user interface. Console Applications will have a character-based interface.
  • So, anyone with just having a compiler to compile a C/C++ program can use this code.

Add a new java application

Hi,

This issue to add a Router Syncronization Java Application

I will open a new PR for it.

I Hope this project helps the beginner developers.

Thanks

Medical Insurance Prediction

πŸš€ Feature

This feature will help people to have an idea about the price of the medical insurance and this will help them by not getting scammed.

Have you read the Contributing Guidelines ?

Yes

Motivation

I have seen many people getting scammed just because they don't have proper knowledge of insurance prices.

I'd like to add a snake-food game under the Basic Flutter Developer Category.

πŸš€ Feature

(A clear and concise description of what the feature is.)

Have you read the Contributing Guidelines ?

YES

Motivation

To contribute ,and to learn something new that will help me in future

Pitch

From childhood many of us played snake game in key-pad phones,and had a sweet memory.This will definitely motivate beginners to get a hands on experience in Dart and Flutter ,and gain experience to make more beneficial apps.

Add a web development project

Hi,

This issue to add a new web development project

The project developed with:

  • JSP
  • Servlets
  • HTML5 & CSS3
  • JavaScript & JQuery
  • Ajax
  • MySQL

I hope this project helps other developers.

Object Detection

Hey, I'd like to work on Object Detection under the Artificial Intelligence Domain for GSSoC'22

Change the Look

HeyπŸ‘‹,

I Am thinking that we should update the look of Project Guidance so people can attract to it more easily

Suggestion

We should create a useful and attractive readme in each folder .So for this I think that We should divide this work to every contributor and make a goal time that we should complete this till 10/4/2021..

Guys what your suggestion please comment below..

Thanks

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.