ayush-raj13 / mini-projects

Awesome Collection of amazing mini-projects.
9 stars 40 forks source link
algorithms c cpp hacktoberfest hacktoberfest-accepted java javascript mini-projects

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)

To-Do List (JavaScript)

Calculator (Java)

Guess the Number (C++)

Tic-Tac-Toe

Chat Application

Weather App

Task Tracker

Recipe Book

Currency Converter

Trivia Quiz Game

Blog Platform

Calendar App

File Explorer

Alarm Clock

Contact List

E-commerce Shopping Cart

Password Manager

Music Player

Notes App

Hangman Game

Expense Tracker

Chatbot

Drawing App

RSS Feed Reader

Pomodoro Timer

Book Library

Calculator

Movie Database

Language Translator

Expense Splitter

Fitness Tracker

Tic-Tac-Toe

Recipe Generator

Password Generator

Space-Invader-App

Simple Calculator (Javascript)

Dice Roller

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