Giter Site home page Giter Site logo

ayush-raj13 / mini-projects Goto Github PK

View Code? Open in Web Editor NEW
10.0 1.0 40.0 22.43 MB

Awesome Collection of amazing mini-projects.

C++ 2.35% HTML 13.21% CSS 12.81% Python 4.28% JavaScript 24.70% Java 1.62% C 0.09% TypeScript 0.58% Jupyter Notebook 40.17% Ruby 0.11% EJS 0.06%
hacktoberfest hacktoberfest-accepted c cpp java algorithms javascript mini-projects

mini-projects's Introduction

Multilingual Mini-Projects

Welcome to the Multilingual Mini-Projects repository! Here, we have a collection of fun and simple mini-projects implemented in different programming languages. Whether you're a beginner looking to learn a new language or an experienced programmer looking for a quick coding challenge, you'll find something interesting here.

Table of Contents

Project Ideas

Stone, Paper, Scissors (Python)

  • A classic game of Rock, Paper, Scissors implemented in Python. Test your luck against the computer!

To-Do List (JavaScript)

  • A simple to-do list web application built using HTML, CSS, and JavaScript. Keep track of your tasks with ease.

Calculator (Java)

  • A basic command-line calculator program written in Java. Perform arithmetic operations effortlessly.

Guess the Number (C++)

  • A number guessing game written in C++. Try to guess the randomly generated number.

Tic-Tac-Toe

  • Play the classic game of Tic-Tac-Toe in the Ruby programming language. Challenge a friend to a match!

Chat Application

  • Create a simple chat application where users can send and receive messages in real-time.

Weather App

  • Build a weather application that provides current weather information based on user-provided location data.

Task Tracker

  • Develop a task tracker that allows users to add, edit, delete, and mark tasks as completed.

Recipe Book

  • Create a digital recipe book where users can add, view, and search for recipes.

Currency Converter

  • Build a currency converter that converts between different currencies using exchange rates.

Trivia Quiz Game

  • Develop a trivia quiz game with multiple-choice questions and score tracking.

Blog Platform

  • Create a blogging platform where users can write, edit, and publish blog posts.

Calendar App

  • Build a calendar application that allows users to schedule and manage events.

File Explorer

  • Develop a simple file explorer to navigate and manage files and folders.

Alarm Clock

  • Create a basic alarm clock application with customizable alarms.

Contact List

  • Build a contact management system to store and retrieve contact information.

E-commerce Shopping Cart

  • Develop a shopping cart for an online store with product listings and a checkout process.

Password Manager

  • Create a secure password manager that stores and retrieves passwords.

Music Player

  • Build a basic music player with features like play, pause, and skip.

Notes App

  • Develop a note-taking application with features like text formatting and categories.

Hangman Game

  • Create the classic word-guessing game, Hangman, with a customizable word list.

Expense Tracker

  • Build an expense tracker to manage and categorize personal finances.

Chatbot

  • Implement a chatbot with predefined responses for common questions.

Drawing App

  • Create a simple drawing application with basic drawing tools.

RSS Feed Reader

  • Build an RSS feed reader to aggregate and display news from different sources.

Pomodoro Timer

  • Develop a Pomodoro timer to help users manage their work and break times.

Book Library

  • Create a digital book library to store and organize a collection of books.

Calculator

  • Build a calculator application with support for basic arithmetic operations.

Movie Database

  • Develop a movie database application that allows users to search for movies and view details.

Language Translator

  • Create a language translator that translates text between different languages.

Expense Splitter

  • Build an expense splitter that helps users divide expenses among friends.

Fitness Tracker

  • Develop a fitness tracker that allows users to record and monitor their workouts.

Tic-Tac-Toe

  • Create a simple command-line or GUI-based Tic-Tac-Toe game.

Recipe Generator

  • Build a recipe generator that suggests recipes based on available ingredients.

Password Generator

  • Develop a secure password generator that generates strong passwords.

Space-Invader-App

  • A simple space-invader game using pygames.

Simple Calculator (Javascript)

  • The Simple Calculator is a web-based tool with basic arithmetic operation.

Dice Roller

  • A classic Dice rolling game made using basic javascript , html and css.

Contributing

We welcome contributions from developers of all skill levels. If you'd like to add a mini-project in a new programming language, improve an existing one, or share your expertise, follow these steps:

  1. Fork this repository.
  2. Create a new branch: git checkout -b feature/new-mini-project
  3. Add your mini-project in its own folder, following the naming convention.
  4. Write clear and concise documentation for your mini-project in a README file.
  5. Commit your changes: git commit -m "Add my awesome mini-project in Language X"
  6. Push to the branch: git push origin feature/new-mini-project
  7. Create a pull request.

Our community will review your contribution, provide feedback, and work together to make this repository even better!

Contributors

mini-projects's People

Contributors

aashish1-1-1 avatar abrehan2 avatar amitkm-450 avatar anuj-gill avatar architabhattad avatar ayush-raj13 avatar bairagitarun avatar bansalayush247 avatar barmantanmoy2211 avatar edward2201 avatar geekyharsh05 avatar iliketrains42 avatar madan2248c avatar manaswini-ks avatar nikchhillar avatar om-alve avatar paarth11 avatar pratyush-dehury avatar rahban1 avatar rutujp78 avatar sgc-2924 avatar shivanirai28 avatar shreyasb1015 avatar shrinidhihegde3 avatar shrutiiigupta avatar sumitverma-coder avatar tedante avatar thpadelis avatar ujju2000 avatar vanshul-dahiya avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

mini-projects's Issues

BMI Calculator in JavaScript

Contributor here! Considering the Hacktoberfest spirit, how about creating a BMI Calculator as a project? ๐Ÿš€

Online GDB UI redesign in Python

Redesigned onlinegdb coding website UI using python tkinter library to develop beautiful and efficient user interactions and increase efficiency

Black Jack Game

A simple black jack game using javascript ,css and html.
PLEASE ASSIGN ME THIS ISSUE UNDER HACTOBERFEST TAG

Simon says game

I want to create Simon says game using HTML, CSS and Javascript

Tic Tac Toe

hi,
Its a tic tac toe game built using Ruby language.
please assign me

Terminal-based Tic Tac Toe Game in Node.js

Hi, my goal is to develop a simple yet engaging Tic Tac Toe game that can be played within the terminal using Node.js. This game will provide users with a fun and interactive experience, allowing them to enjoy a classic game of Tic Tac Toe right from their command line.

Tic-Tac-Toe

Classic game of Tic-Tac-Toe in the any programming language.

python dice roller

Features

  • User can select the number of dice to roll.
  • Upon rolling, a visual representation of each die and its value is shown.

To-Do List (JavaScript)

A simple to-do list web application built using HTML, CSS, and JavaScript. Keep track of your tasks with ease.

Card API (Hacktober Fest)

Hi,

I will add a project that dynamically fetches the user data from API and displays it in the form of cards.

Best,
Rehan

Calculator (Java)

  • A basic command-line calculator program written in Java. Perform arithmetic operations effortlessly.

Optional Features

  • Improve functionality like adding functions like log, sin, cos, tan etc.
  • Number conversion. Ex:- decimal to binary
    (Similar to scientific calculator)
  • Add GUI

Quote Generator

It is a complete HTML,CSS,JS website for generating random quote with their author

A RockPaperScissors Game in Java

I have programmed a slightly extended RockPaperScissors Game in Java and would like to add it. It would certainly be helpful for some beginners, as it represents some modern concepts of Java, but still doesn't overwhelm.

Food filter

I can contribute a filter project which filters food items by meal type, such as breakfast, lunch, dinner, and shakes.

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.