35 results for “topic:begineer-project”
Convert the design to code to live. Below is the demo link
ExcelToMongo is a web application developed with Node.js, React.js, and MongoDB. It facilitates the seamless uploading of Excel files and their storage in MongoDB, streamlining data management tasks. Ideal for users seeking efficient data storage and analysis capabilities.
Console-based number guessing game written in C++ with random number generation and hint system.
Tell Me a Joke Javascript | Begineer Javascript Project
Guess the word and number game developed using C.
A simple and interactive **Show & Hide Password** feature built with **HTML, CSS, and JavaScript** that allows users to toggle password visibility, improving form usability and user experience.
A simple **Message Deliverer** built using **HTML, CSS, and JavaScript** that demonstrates DOM manipulation, event handling, and clean UI design. 🚀 Perfect for practicing frontend fundamentals and interactive web behavior.
🎟️ Lottery Game is a fun and interactive React.js mini project that lets users test their luck by generating random lottery tickets. 🎲 The app dynamically creates number combinations and checks for winning conditions. ⚛️ Built using React, JavaScript, and CSS to demonstrate component-based architecture and state management.
A classic Hangman word-guessing game made using Python and Pygame. It contains name of movies in words.txt file
2 players can play this game having scoreboard at the end in python
A beginner-friendly project to create and deploy a static website on AWS S3. This project demonstrates how to use Amazon S3 as a static website host, configure bucket policies for public access, and manage HTML/CSS content on the cloud. Perfect for newcomers to cloud computing and AWS.
Repo for a basic program of the Python-based guess the number game!
A simple animated text effect using HTML and CSS.
A simple Speech-to-Text web application built using HTML, CSS, and JavaScript.
A front-end clone of the Google Sign-In page created using HTML and CSS.
A simple counter app built using HTML, CSS, and JavaScript.
3D Card hover Animation using pure HTML and CSS.
Python program that calculates your weight on different planets based on gravity. Users input their Earth weight and get calculated weights for each body in the solar system.
Stylish social media icons with hover effects using HTML and CSS.
Sales data analysis using Python and visualization techniques.
A Python-based Scissors-Paper-Rock game where users play against the computer. Features random computer moves, simple game logic, and interactive command-line interface for learning and fun.
A simple TO-DO list app built using HTML, CSS, and Javascriptwith local storage support
Machine Learning & Deep Learning Projects
Deep learning-based WBC classifier using a custom CNN and transfer learning models (MobileNetV2, DenseNet, VGG16, ViT_B16) to compare performance on imbalanced medical data.
An end-to-end machine learning pipeline to predict wine quality. Features EDA, data preprocessing, and model comparison (SVM, Random Forest, KNN) using Scikit-Learn with hyperparameter tuning.
An interactive Android Math Quiz App built in Java, featuring randomly generated addition questions, four answer options, a countdown timer, and score tracking to test how many problems you can solve before time runs out. Created as part of my Android development learning journey.
A simple lamp glowing light effect using HTML and CSS.
A responsive webpage built using HTML5 and External CSS demonstrating layout structuring, navigation design, forms, and modern styling practices.
Cryptograph — Encrypt and Decrypt text using Caesar Cipher and Base64 (HTML/CSS/JS)
Calculator App — A simple Python calculator with GUI built using Tkinter. Supports basic arithmetic, parentheses, decimals, and exponentiation.