Skip to content

Thinking about participating in Hacktoberfest by contributing to any Open Source project on GitHub! Here is a Repository containing cool mini-projects built with Python, HTML, CSS, and JavaScript for first-time contributors. ❄⚡🔥

Notifications You must be signed in to change notification settings

Subhampreet/Mini_Projects

Repository files navigation

Mini-Projects ❄

1. QR CODE GENERATOR 🔅

A QR code (abbreviated from Quick Response code) is a type of matrix barcode (or two-dimensional barcode) first designed in 1994 for the automotive industry in Japan. A barcode is a machine-readable optical label that contains information about the item to which it is attached. In practice, QR codes often contain data for a locator, identifier, or tracker that points to a website or application. This Vanilla JavaScript Project Generates a QR Code for the word or link provided as the input.

QR

2. CHESS GAME ♟

Github Image

Chess is a two-player strategy board game played on a checkered board with 64 squares arranged in an 8×8 square grid. Chess is derived from the Indian game Chaturanga. A simple chess game implementation using Vanilla JavaScript .

Implemented Features :

  • Show possible moves when a piece is selected
  • Pieces can only make valid moves
  • Pieces can only take opponent pieces
  • Toggle turns after each move (white being the first)

3. OPENGL PYTHON PROGRAM

Github Image

OpenGL is a cross-language, cross-platform application programming interface for rendering 2D and 3D vector graphics. The API is typically used to interact with a graphics processing unit, to achieve hardware-accelerated rendering.

The following Python program draws squares and fills it with colours and then rotates it so as to form a pattern in computer graphics.

The OpenGL specification describes an abstract API for drawing 2D and 3D graphics.

About

Thinking about participating in Hacktoberfest by contributing to any Open Source project on GitHub! Here is a Repository containing cool mini-projects built with Python, HTML, CSS, and JavaScript for first-time contributors. ❄⚡🔥

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published