A Project maintaining Repository ! Hosted for Hacktoberfest 2021.

Overview

banner08CRredlogo

HacktoberFest 2021

Hacktoberfest encourages participation in giving back to the open source community by completing pull requests, participating in events, and donating to open source projects.

We here at Tenet-Coding will be maintaining the Projects with MIT License and make the use of open source rights. Kindly, Follow the Steps to contribute to submit your Hacktoberfest Pull Request to us.

Contributing Guidelines

  • Plagiarism is strictly not allowed. Any work that is found to be suspicious of plagiarized work will not be merged.
  • Issues will be assigned on a first come, first serve basis. You just have to comment on the issue, asking to be assigned, and it will be done if found fit.
  • Preferably, you cannot work on any issue that is not assigned to you.
  • In case you want to submit an improvement to an existing algorithm, we prefer that you create an issue, describing in details your improvement. This will help others to analyze your contribution. You can use the templates that we have provided :)
  • If you have anything else in mind, create an issue and please wait for it to be assigned to you. You can then start working on it and create a PR.
  • All PRs must be made from a Branch. Create a separate branch for every Issue you are working upon and once found fit, make a PR.
  • If you have no idea what are issues or PRs, please do refer to this link

Make sure your code works before submitting it :D

Steps to Contribute

  • If you are looking to make your first contribution, follow the steps below

How to contribute

  1. Fork the repository.
  2. Make any changes in your forked repository.
  3. Now submit the Pull Request.

Fork this repository

fork this repository

  • Fork this repository by clicking on the Fork button on the top of this page.
  • This will create a copy of this repository in your account.

Clone this repository

  • Now clone the forked repository to your machine.
  • Go to your GitHub account, open your forked repository, click on the code button and then click the copy to clipboard icon.
  • Open your terminal and run the following git command:
git clone https://github.com/Your-username/Hacktoberfest-Projects.git

Clone this repository

clone this repository








Create a branch

  • Switch to the cloned folder on your computer.
 cd Hacktoberfest-Projects
  • Now create a branch using the git checkout command:
  git checkout -b projectname-username

Add your projects

  • Add your projects to a new directory, the name of the directory should be your ProjectName/USERNAME
  • Add One Project at a time.

Add & Commit

  1. Stage your changes

    • Stage all files: git add .
    • Stage a file: git add
    • Stage a folder: git add
  2. Check the status of your repository by entering the following command.

    git status
    
  3. Now commit those changes to the branch you just created:

    by ">
    git commit -m "Added 
          
            by 
           
    
           
          

Push changes to GitHub

  • Push your changes using the git push command:
git push origin 
   
     Compare & pull request button

   

Compare & Submit a Pull Request

  • If you go to your repository on GitHub, you'll see a new section containing contribute buttom! Click on that button.
  • Now click the pull request button on the drop down.
  • Wait for your changes to be merged.

Hurray! You successfully made a contribution! 🎉


Note

  • Do not spam, Else you will be banned.
  • Submit your Projects in Appropriate folders as mentioned to you while assigning.

Refer Our Wiki If you are new to Github Tenet Contributing Wiki

You can refer to Sample Issue Created here And Create Pull Request Accordingly.

Comments
  • Project : Guess the Bollywood Movies  With Emoji 🎟🎞

    Project : Guess the Bollywood Movies With Emoji 🎟🎞

    Make an application to Gusse the Bollywood Movies with emojis General Requirements :

    • Create a web page for this game
    • User should decide guessing time (10 - 30 sec )
    • Show some of your creativity.

    Project Issues will be assigned on First Come First Serve basis after 1st October

    enhancement good first issue Assigned hacktoberfest Level = Medium 
    opened by soumikbaithalu 15
  • Project : classic todo app

    Project : classic todo app

    General Requirements :

    • Create a todo app.
    • user can add and delete items.
    • user can create multiple lists for different purposes.
    • Using React, Node, and express.
    enhancement good first issue hacktoberfest easy Participant issue 
    opened by nandan-shah 10
  • Project : Math Chaos

    Project : Math Chaos

    Description :

    Improve your math skills while enjoying your time! Keep track of your progress.

    Features :

    • 🏆 Leaderboard - leaderboard is provided by local sessions.
    • Lightning Mode - solve each math problem as fast as you can.
      • Addition, Subtraction, Multiplication, and Division are all included.

    Setup :

    Not yet implemented.


    Tentative Deadline : October 10th

    enhancement hacktoberfest Level = Medium Participant issue 
    opened by RepeaterCreeper 8
  • Project : Rock, Paper, Scissors 🪨  ✂️ 🧻

    Project : Rock, Paper, Scissors 🪨 ✂️ 🧻

    General Requirements :

    • Create a Rock, Paper, Scissors.
    • You can implement in Any form.
    • Be little more creative.

    Project Issues will be assigned on First Come First Serve Basis after October 1

    good first issue Assigned hacktoberfest easy 
    opened by soumikbaithalu 8
  • Project : Word Counter

    Project : Word Counter

    General Requirements :

    • Create a word Counter.
    • It should count the exact number of words written on an element.
    • You can implement in Any form.
    • Be little more creative.

    Project Issues will be assigned on First Come First Serve Basis after October 1

    enhancement good first issue Assigned hacktoberfest easy 
    opened by Harshil-Jani 8
  • CV Generator

    CV Generator

    Description :

    A simple CV Generator with customizable text. Users on the landing page will be asked for inputs like

    1. Name and other details
    2. Skillset
    3. Work Experience ( If any )
    4. Achievements / Certifications
    5. Languages and other interests/hobbies

    After this, the inputs will be slotted into a presentable and professional-looking CV.

    Features :

    • A very noncoder-friendly interface ( Users do not have to manually change HTML but instead just fill a form.)
    • Professional and presentable CV will be generated

    Tentative Deadline: 4 days

    enhancement good first issue Assigned hacktoberfest easy 
    opened by Thetribunalcode 6
  • Shades_ColorGenerator by Ukesh-dev

    Shades_ColorGenerator by Ukesh-dev

    Shades-ColorGenerator

    A website for generating different colors and shades with the functionality of copying the generated color to the clipboard.

    -Ukesh Shrestha

    Task Checklist

    Put x in between the square brackets without any spaces to tick your Task. Create a PR only after you complete all the tasks.

    • [x ] You have created a new branch for contribution.
    • [x ] Added README.md for your project in a specified folder.
    • [x ] Add Demo in GIF or Screenshot form.
    • [x ] You are Registered Officially for HacktoberFest 2021 as Partcipant.
    • [x] Followed Contribution Guidelines.

    Issue

    Mention your issue no.

    hacktoberfest 
    opened by Ukesh-dev 6
  • Project: Dark Mode Option In a Web Page

    Project: Dark Mode Option In a Web Page

    Description :

    A simple web page with a dark mode toggle that will have two option : light mode and dark mode.

    Features :

    • User can have light mode turned on as well as dark mode

    Tentative Deadline : 1 days (Provide tentative deadline as per your analyses. Make sure it falls under 1st Oct to 31st Oct)

    Some Rules to follow :

    • Add a README.md file for your project.
    • Name of Project
    • Demo of Project in .gif how your project is look
    • Description of project
    • Requirements or Setup instructions
    • Name of Author(s)
    • Look at Demo here.
    enhancement Assigned hacktoberfest easy Participant issue 
    opened by BajraYeJoon 6
  • Added my project swot analysis generator

    Added my project swot analysis generator

    Description

    • Here Add your Description of Project.

    Closes #< Issue Number> (Remove Angular brackets and write number right in front of # )

    Add GIF/ScreenShot

    • Create a GIF of your Working Project and Add it for a quick PR review.

    Task Checklist

    Put x in between the square brackets without any spaces to tick your Task. Create a PR only after you complete all the tasks.

    • [x] You have created a new branch for contribution.
    • [x] Added README.md for your project in a specified folder.
    • [x] Add Demo in GIF or Screenshot form.
    • [x] You are Registered Officially for HacktoberFest 2021 as Partcipant.
    • [x] Followed Contribution Guidelines.

    Issue

    Mention your issue no.

    enhancement good first issue hacktoberfest Level = Medium Participant issue hacktoberfest-accepted 
    opened by devulapallisai 6
  • Project :  Weather Forecast ⛈️

    Project : Weather Forecast ⛈️

    Make an application to predict the state of the atmosphere for a given location. General Requirements :

    • Create Toss, Either as a web page (More Preffered) or as Programming languages.
    • An input for users to type city name
    • Display current weather including weather condition, temperature, humidity, wind speed, and date and time
    • Visualization to display the temperature change, humidity change, and weather conditions of each day
    • Try to make GUI if you work with other programming languages.
    • Show some of your creativity.

    Project Issues will be assigned on First Come First Serve basis after 1st October

    enhancement good first issue Assigned hacktoberfest Level = Medium 
    opened by soumikbaithalu 6
  • A journal app for making daily entries

    A journal app for making daily entries

    Description :

    A simple MERN based journal app to allow the user to make daily entries, tag entries with labels and retrieve them as needed (filterable by date and label, or search word)

    Features :

    • User can make entries with title (optional) and the actual entry. On submission, user can also add tags if necessary.
    • The posts will be accumulated in db.
    • User can retrieve previous entries by date, searching words in entries or tags/labels assigned by them previously. This will allow the user to create multiple entries in a day and sort them into different tags (if the user decides to vent about their work and personal life, they can have separate posts with different labels).
    • A dashboard page where the recent entry will be briefly shown (Title fully with date and substringed content)
    • Authentication so users can make accounts and use them to use login. This way their posts can stay safe.

    Tentative Deadline : 5 days (Provide tentative deadline as per your analyses. Make sure it falls under 1st Oct to 31st Oct)

    Some Rules to follow :

    • Add a README.md file for your project.
    • Name of Project
    • Demo of Project in .gif how your project is look
    • Description of project
    • Requirements or Setup instructions
    • Name of Author(s)
    • Look at Demo here.
    enhancement Assigned hacktoberfest Level = Medium Participant issue 
    opened by VaithiSniper 5
  • cardanimation

    cardanimation

    ## Description

    • I have made a card animation using HTML & CSS

    Add GIF/ScreenShot

    https://user-images.githubusercontent.com/98682322/194943078-6eab9a20-ad81-4862-bd1c-0d4ba983d742.mp4

    • Create a GIF of your Working Project and Add it for a quick PR review.

    Task Checklist

    Put x in between the square brackets without any spaces to tick your Task. Create a PR only after you complete all the tasks.

    • [x] You have created a new branch for contribution.
    • [x] Added README.md for your project in a specified folder.
    • [x] Add Demo in GIF or Screenshot form.
    • [x] You are Registered Officially for HacktoberFest 2021 as Partcipant.
    • [x] Followed Contribution Guidelines.

    Issue

    Mention your issue no.#176

    opened by SohanaShabnam05 2
  • Card animation using React Transition Group

    Card animation using React Transition Group

    Description :

    you can take reference from here :- https://www.geeksforgeeks.org/how-to-create-card-animation-using-react-transition-group/

    Features :

    card animation using React Transition Group


    Tentative Deadline : n days (Provide tentative deadline as per your analyses. Make sure it falls under 1st Oct to 31st Oct)

    Some Rules to follow :

    • Add a README.md file for your project.
    • Name of Project
    • Demo of Project in .gif how your project is look
    • Description of project
    • Requirements or Setup instructions
    • Name of Author(s)
    • Look at Demo here.
    enhancement good first issue question hacktoberfest Level = Medium Participant issue 
    opened by soumikbaithalu 2
  • Python GUI image steganography

    Python GUI image steganography

    Description :

    A GUI application for image steganography made in python.

    Features :

    • Encrypt a small text message in an image.
    • Decrypt the text message from the image.

    Tentative Deadline : It is ready, just need to add to this repo.

    Some Rules to follow :

    • Add a README.md file for your project.
    • Name of Project
    • Demo of Project in .gif how your project is look
    • Description of project
    • Requirements or Setup instructions
    • Name of Author(s)
    • Look at Demo here.
    enhancement good first issue Assigned hacktoberfest Level = Medium 
    opened by neutr0nStar 4
  • Donation Website

    Donation Website

    Description :

    It is a simple donation website for a charity.

    Features :

    • This website is useful for getting donations from various people to help students who are more backward with the name of poor.
    • This is a simple straight forward website.
    • Easier to use and precise UI to handle.

    **Tentative Deadline : 1 day

    good first issue Level = Medium 
    opened by vimalprogrammer 2
  • Add Document to Handwritting Website

    Add Document to Handwritting Website

    Hello 👋🏻 @Tenet-Coding

    Description :

    I would like to add a Document to Handwriting javascript app . This application helps convert document to handwriting. this is made with the help of Google Font API

    Features :

    • Convert to Document to the handwriting
    • 10 different type of font
    • Dark mode
    • Download your work in png Format.
    • change font size, font width

    Tentative Deadline : 1 days

    Some Rules to follow :

    • Add a README.md file for your project.
    • Name of Project
    • Demo of Project in .gif how your project is look
    • Description of project
    • Requirements or Setup instructions
    • Name of Author(s)
    • Look at Demo here.

    @Tenet-Coding I am a Hacktoberfest participant and I think this is an interesting javascript project. Kindly allow me to work on this issue and contribute to this project!

    enhancement good first issue Assigned hacktoberfest Level = Hard 
    opened by Priyadarshan2000 2
Owner
Tenet Coding
Tenet Coding
This is my To-do-list project for my Javascript module at Microverse.

To do List This is a To do list project built for learning purposes. Built With HTML Bootstrap Javascript CSS HTML Webpack How to use it Clone the rep

Jonathas Tavares 4 Oct 8, 2021
A prebuilt Express JS Authentication & Authorization Project based on a REST API interface.

A prebuilt Express JS Authentication & Authorization Project based on a REST API interface. It has the basic authentication and Authorization routes with the latest security measures implemented so that your application is much more secure from day 1. You are welcome to build upon and extend this project as and when required.

Soumalya Bhattacharya 2 Oct 7, 2022
DisOwen project - Makes it easy and fun to use Discord

DisOwen project - Makes it easy and fun to use Discord. Also first userbot for Discord

Ber4tbey 7 Aug 4, 2022
Participate in Hacktoberfest by contributing to any GitHub Open Source project! Here's a project for first-time contributors. #hacktoberfest

?? HacktoberFest Starter Project This project can be used to make your first contribution to an open source project on GitHub. Before you do the real

Samuel Akinosho 3 Nov 6, 2022
List of all swags given out by various companies for Hacktoberfest 2021

Hacktoberfest 2021 Swag List Hacktoberfest is the celebration of Open-Source, its that time of the year when people from all over the world come toget

Monish Basaniwal 38 Dec 18, 2022
Chrome extension that uses vulnerabilities CVE-2021-33044 and CVE-2021-33045 to log in to Dahua cameras without authentication.

DahuaLoginBypass Chrome extension that uses vulnerability CVE-2021-33044 to log in to Dahua IP cameras and VTH/VTO (video intercom) devices without au

null 71 Nov 26, 2022
Grupprojekt för kurserna 'Javascript med Ramverk' och 'Agil Utveckling'

JavaScript-med-Ramverk-Laboration-3 Grupprojektet för kurserna Javascript med Ramverk och Agil Utveckling. Utvecklingsguide För information om hur utv

Svante Jonsson IT-Högskolan 3 May 18, 2022
Hemsida för personer i Sverige som kan och vill erbjuda boende till människor på flykt

Getting Started with Create React App This project was bootstrapped with Create React App. Available Scripts In the project directory, you can run: np

null 4 May 3, 2022
Kurs-repo för kursen Webbserver och Databaser

Webbserver och databaser This repository is meant for CME students to access exercises and codealongs that happen throughout the course. I hope you wi

null 14 Jan 3, 2023
This a todo list project that uses webpack. In this project you will find features like adding tasks, deleting tasks, maintaining localstorage, marking tasks completed and clearing all completed tasks.

webpack-Todo list This a todo list project that uses webpack. In this project you will find features like adding tasks, deleting tasks, maintaining lo

Natnael Demelash 2 Jun 15, 2022
Welcome to the LEGO Games Repository, where you can enjoy anytime, anywhere. This is the 2021 KNU Advanced Web Programming team project.

Welcome to LEGO git repository! Here are some useful information about LEGO service. 0. Docker image Link : https://hub.docker.com/r/leibniz21c/legoga

Heesung Yang 16 Jul 21, 2022
Hacktoberfest is all about meeting up all brains. In this repository we are planning to come with many ideas and works. You all can share your ides/works here.

Hacktoberfest Submit your Work Hacktoberfest is all about meeting up all brains. In this repository we are planning to come with many ideas and works.

Chinmay Patil 3 Oct 5, 2022
Reddit Page CLONE using Angular! A repository to contribute at hacktoberfest 2022. Make sure to share love by giving it a star.🌟 Have a great day!

Reddit_tool Reddit Site CLONE using Angular, Springboot and Swagger OpenAI ! Introduction This project was developed with the following technologies:

Momo-Solaris8 4 Oct 20, 2022
Intermediate HTML-CSS-JS Repository to promote Open Source Contribution for Hacktoberfest 2022

Fun-with-JS ?? This project is a sincere attempt by MSTC, DA-IICT to encourage Open Source contribution. Make the best out of the ongoing Hacktoberfes

MSTC, DA-IICT 3 Dec 9, 2022
Contribute in this repository by raising genuine PR. Get verified, merged and earn the free swags from Hacktoberfest 2022.

Webd-and-Blockchain-development Welcome to Hacktober Fest 2022 • EVERYONE IS WELCOME ✨ • Contribute anything in In web-development and blockchain-deve

Abhishek Rawat 13 Dec 29, 2022
Contribute on this repository with VALID PRs to HACKTOBERFEST-2022 and earn amazing swags!

LINK- https://rbshop.netlify.app/ Hacktoberfest2022 You can make folders of programming languages and also you can contribute in the repo's below. Fee

Ranodeep Banerjee 17 Oct 25, 2022
Resolve parallel promises in key-value pairs whilst maintaining type information

async-kv Resolves promises in key-value pairs maintaining type information. Prerequisites NodeJS 12 or later Installation npm i async-kv yarn add asyn

Tony Tamplin 4 Feb 17, 2022
A simple HTML page maintaining list of To Do tasks using webpack and served by a webpack dev server.

Task Organiser In this project, we build a simple HTML list of To Do tasks using webpack and served by a webpack dev server. Built With HTML CSS Javas

Angom 4 Jun 24, 2022
A tool for creating and maintaining cohesive, consistent, and accessible color palettes

Primer Prism Primer Prism is a tool for creating and maintaining cohesive, consistent, and accessible color palettes. ?? primer.style/prism ?? Read th

Primer 517 Jan 3, 2023
Github Actions and Workflows that make maintaining Magento2 projects and modules easier.

Magento 2 GitHub Actions Opinionated Github Actions and Workflows to make building, testing, and maintaining Magento 2 Modules easier. README if you a

Graycore, LLC 35 Dec 21, 2022