• This repository has been archived on 13/Dec/2022
  • Stars
    star
    134
  • Rank 263,629 (Top 6 %)
  • Language
    JavaScript
  • Created over 2 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Opencode 21 Collaborative website!

Opencode Collaborative 2021

Opencode

OpenCode

Like us on Facebook

About us

OpenCode is a month long open source program organised by GeekHaven IIIT Allahabad. OpenCode attracts talent from all over the world. People contribute to various open source projects. We welcome everyone to experience the awesome event and win exciting prizes.

Requirements:

  • GitHub Account
  • Git

Setting up git:

Adding a mentor

To add a mentor open mentors.json and please maintain the following format EXACTLY (replacing values where indicated):

     {

        "name" : "Mentors Name",
        "imageurl" : "mentor/image.jpg",
        "about" : "Hello I'm a web developer",
        "facebook" : "url",
        "github" : "url",
        "twitter" : "url"
     }

IMPORTANT:

  • All images must be optimized before uploaded to the repo via commit or PR.
  • The images should be of square resolution.
  • If you do not want to include social media accounts, leave the field empty "facebook":"".

Adding yourselves to participant section

To add yourself to student section you need to open the file participants.json and please maintain the following format EXACTLY (replacing values where indicated):

   {

       "name" : "Name",
       "imageurl" : "contestant/avatar.jpg",
       "about" : "Hello I'm a web developer",
       "college" : "My college",
       "facebook" : "url",
       "github" : "url",
       "twitter" : "url",
       "referral" : "who refered you?"
    }

IMPORTANT:

  • If you do not want to include social media accounts, leave the field empty "facebook":"".
  • While working with JSON, check the file using JSON Lint before opening pull request

Contributing

Getting started

We will follow the official GitHub documentation for setting up the repo.

  • Forking and cloning the repository

    Link to GitHub Docs

    By forking a repository you create your own copy of the project and make your changes there. Cloning a project means that you are setting up the project on your local system.

  • Syncing a fork

    Link to GitHub docs

    We keep our fork in sync to the original repository so that our copy of the project has the latest changes from the original project.

  • Making changes to project and committing a change

    Link to docs

    Committing means making changes to the project and adding your changes to the GitHub.

  • Making a pull request

    Link to docs

    • Pull request means submitting your changes to the original project for the review. Once the maintainers of the project feel that your changes are appropriate then your pull request will be merged.
  • Add relevant commit message in the pr, mention issue number and live link to comment while making pr.
  • Note: In case you feel any issue during setting up the project or using git, don't hesitate to ask us on our slack channel. We will help you out.

Guidelines and Best practices

Please help us follow the best practice to make it easy for the reviewer as well as the contributor. We want to focus on the code quality more than on managing pull request ethics.

  • People before code: If any of the following rules are violated, the pull-requests must not be rejected. This is to create an easy and joyful onboarding process for new programmers and first-time contributors.

  • Single commit per pull request and name the commit as something meaningful, example: Adding <-your-name-> in students/mentors section.

  • Reference the issue numbers in the commit message if it resolves an open issue. Follow the pattern Fixes #

  • Provide the link to live gh-pages from your forked repository or relevant screenshot for easier review.

  • Pull Request older than 3 days with no response from the contributor shall be marked closed.

  • Do not make PR which is not related to any issues. You can create an issue and solve it once we approve them.

  • Avoid duplicate PRs, if need be comment on the older PR with the PR number of the follow-up (new PR) and close the obsolete PR yourself.

  • Be polite: Be polite to other community members.

  • Communicate: Whether you are working on a new feature or facing a doubt please feel free to ask us on our slack channel. We will be happy to help you out.

Happy Coding ✌️

More Repositories

1

ToDo-List-App

A very basic ToDo List Application for all the Android Enthusiasts !
Java
121
star
2

Collaborative-App

Opencode'21 Collaborative App !
Java
69
star
3

GoGit

A project to learn the basics of Git and GitHub.
60
star
4

OpenCode20-Collaborative-TheApp

This is a one stop collaborative android App for OpenCode'20 for all data related to the contest.
Java
46
star
5

NEWS-Bucket

This is a NEWS app that fetches you the latest news on the go.
Kotlin
36
star
6

Opencode-Collaborative-19

Collaborative website for OpenCode-2019
HTML
34
star
7

hacktoberfest

This will not be considered for Open Code!
30
star
8

GoGit-3.0

A project to learn the basics of Git and GitHub.
25
star
9

opencode20-destination-portal

repository for opencode2020
HTML
25
star
10

Code-Digger

C++
24
star
11

Opencode-Collaborative-20

Opencode20 Collabrative website!
JavaScript
19
star
12

Leaderboard-Frontend

Live leaderboard for Opencode'21 contributors
CSS
18
star
13

FitLife

UI/UX design for Fitness app
17
star
14

Code-Digger-2023

The Competitive Programming repository at OpenCode
C++
17
star
15

Donation-App

A flutter based donation app
Dart
16
star
16

sassy-css

Learn UI Design, CSS, SASS by completing interesting tasks.
CSS
16
star
17

Lets-Design-2.0

Graphic Design Repository
16
star
18

Auction-DApp

A decentralized application for bidding on Ethereum blockchain.
Dart
15
star
19

Collaborative-Web-2023

This project is made to showcase what OpenCode 23' is all about. Made by the contributors for the contributors.
CSS
15
star
20

EasyExit

Experience campus convenience in style with EasyExit—where swift issue, approval, and gatepass verification meet effortlessly!
JavaScript
14
star
21

Warriors

Warriors is a Web3 MMO Game built on Polygon. Generate your warriors and fight against the world!
JavaScript
14
star
22

WasteBucks

Android app for smart waste management system with a reward based incentive system.
Kotlin
13
star
23

CyberRepo-2077

Introduction to Cybersecurity
Python
12
star
24

TechTerra

UI/UX for a Tech Website
Roff
12
star
25

Code-Trouble

C++
12
star
26

Geek-Editor-Frontend

JavaScript
11
star
27

Lets-Design-4.0

11
star
28

CampusOLX

An Imperative Web Design Repository
11
star
29

Medical-Image-Classification

In this open source project you will build a model which classify medical x-rays as Normal and Infected category.
Jupyter Notebook
10
star
30

Hitch-Frontend

Bridging Conversations, Building Communities
JavaScript
10
star
31

PhotoStore

A buggy web application to store and share your photos
Python
10
star
32

Learning-Smart-Contracts

This is a repo being maintained during OpenCode'22 as an archive of smart contracts written primarily in Solidity.
Solidity
10
star
33

DEresume

Validating Resume using Ethereum
JavaScript
9
star
34

YADD

Yet Another DDoS Detector
Jupyter Notebook
9
star
35

GrepIt-Backend

Quiz-hosting application to create quizzes, extensively utilising websockets.
JavaScript
9
star
36

Forum-Frontend-Web

The frontend repository for the Forum Web App designed for the students of IIITA to ask questions, doubts and share their experiences.
JavaScript
9
star
37

Scoop-Frontend

Revolutionising campus journallism!
JavaScript
9
star
38

Geek-Chat

JavaScript
8
star
39

GrepIt-Frontend

A dynamic trivia platform for mastering bash commands, HTML tags, JS keywords, and more!
JavaScript
8
star
40

Numismatics

Java
8
star
41

Competitive_Coding

A project aimed at encouraging the competitive coding skils of novices.
C++
8
star
42

WorkWise

WorkWise is a productivity app that helps users stay focused, manage their work, and improve efficiency. Customizable widgets and kanban boards make it easy to stay on track and be more productive.
JavaScript
8
star
43

Ask-Us-Frontend

Flutter based android app
Dart
7
star
44

DonateASmile

UI/UX design for philanthropic app
7
star
45

sassy-css-reborn

A repository for implementing beautiful designs in CSS.
CSS
7
star
46

Find-My-Roomie

UI/UX Design for concept app
7
star
47

Lets-Design-3.0

7
star
48

NerdSpace

Resource sharing platform
HTML
7
star
49

Shopping-Cart

An online shopping cart built using Django
JavaScript
6
star
50

Coder-Queen

Dart
6
star
51

Scoop-Backend

JavaScript
6
star
52

Geek-Editor-Backend

JavaScript
6
star
53

Productivity-Tracker

JavaScript
6
star
54

Fitezo

A Flutter based fitness app solely focused on fitness related solutions.
Dart
6
star
55

SolMintNFT

A Solana blockchain based generative NFT marketplace.
JavaScript
6
star
56

opencodeiiita.github.io

OpenCode is a month of opensource where programmers, designers and innovators code, design, learn and build solutions that tackle real-world problems.
HTML
6
star
57

News_Scraping

Jupyter Notebook
5
star
58

Text-It

a beginner-friendly chat app
Kotlin
5
star
59

Hitch-Backend

Bridging Conversations, Building Communities
JavaScript
5
star
60

Contest-Countdown

JavaScript
5
star
61

GoGit-2.0

A project to learn the basics of Git and GitHub.
5
star
62

PanoViewer

OpenGL based Image Viewer for 360 degrees Panoramic Images.
Java
5
star
63

HackerSkills

A place to showcase your skills :p
Python
5
star
64

Aloha

An Opencode22 Repository with some tasks only for Freshies at IIITA and others open for all contributors at Opencode'22.
5
star
65

ZoombieMania-

A 3d zombie survival shooter game made with Unity Engine
ShaderLab
5
star
66

Road-CS

Road for Entering the world of Cyber Security
Python
5
star
67

SuperQuizzer

Test your knowledge at the speed of thought with this Kotlin based quiz taking application.
Kotlin
5
star
68

SaveMyForm-Frontend

Frontend for the project SaveMyForm. Backend Less form submission collection for your application
CSS
5
star
69

Vision-1.0

Prototype playground for for quick and creative development.
4
star
70

GeekHaven-Community-App

App for managing all the projects and task for all the Geekhaven members
Kotlin
4
star
71

information-chest

A Flutter application for reading facts and information, just like a digital encyclopedia.
Dart
4
star
72

previous-websites

CSS
4
star
73

LiblessML

Jupyter Notebook
4
star
74

SaveMyForm-Backend

Backend for the project SaveMyForm. Backend Less form submission collection for your application
JavaScript
4
star
75

OpenCode_Revamp

OpenCode Website Redesign
4
star
76

Leaderboard

Live leaderboard for Opencode'22 contributors
CSS
4
star
77

HandsForHunger

A Flutter based application to connect NGO's to the potential donors.
Dart
3
star
78

e-commerce-CMS

This is a django made CMS for ecommerce websites.
Python
3
star
79

Code-like-a-Girl

Opencode's girls only repository
HTML
3
star
80

Ask-Us-Backend

Python
3
star
81

EmotionAnalysis

Jupyter Notebook
3
star
82

Cyber-War

Welcome To The World Of Cyber Security
HTML
2
star
83

LetsDesign

2
star
84

Forum-Backend

A discussion forum designed for the students of IIITA to ask questions, share their experiences and to know what their peeps are up to.
Python
2
star
85

CodeLines

A project aimed at encouraging competitive coding among students.
C++
2
star
86

MoviesSearch

A React based app for searching movies.
JavaScript
2
star
87

Opencode-20-LeaderBoard-Frontend

JavaScript
2
star
88

albumm

Albumm is a simple CLI application to download Albums from Flickr
Go
2
star
89

OC-discord-bot

A self-hosted discord bot based on python library, discord.py.
Python
2
star
90

Monty_Python_Class

A repository aimed for python learners
Python
2
star
91

Collaborative-Web-2022

CSS
1
star
92

outpassfinal

Python
1
star
93

opencode-leaderboard

The frontend for the leaderboard for OpenCode19
TypeScript
1
star
94

interactive-map

An app made from html , css and javascript
CSS
1
star