Welcome to my collection of basic projects! This repository represents the early stages of my programming journey, where I explored different technologies and built practical applications to strengthen my development skills.
Note
These projects were created during my initial learning phase. While they may contain imperfections and areas for improvement, they represent valuable learning experiences and my growth as a developer.
| Technology | Project | Description |
|---|---|---|
| 🌐 HTML/CSS/JS (3 Projects) |
Folk Weather | Weather application |
| MyUtsav | Event celebration platform | |
| Temperature Converter | Unit conversion tool | |
| ☕ Java (5 Projects) |
ATM Interface | Banking system simulator |
| Eval-Java | Expression evaluator | |
| Java Calculator | Mathematical calculator | |
| Minter Chat App | Simple messaging application | |
| Number Guessing Game | Interactive guessing game | |
| ⚛️ Next.js (2 Projects) |
Community Organization | Full stack community organization app |
| Unite Wings | Educational/student support organization app | |
| 🐍 Python (14 Projects) |
🎨 Utility Tools ↴ | |
| Audio Creator | Audio generation tool | |
| Color Picker | Color selection utility | |
| Python Calculator | Mathematical operations | |
| 📊 Data Analysis & Cleaning↴ | ||
| Daily Exchange Rates | Currency exchange tracker | |
| Mobile Data Cleaning | Mobile dataset preprocessing | |
| Prediction of Future Trends | Trend forecasting tool | |
| Vehicles Data Cleaning | Vehicle dataset analysis | |
| Video Games Data Cleaning | Gaming data processing | |
| Metro Interstate Traffic | Traffic data analysis | |
| Space Mission | Space exploration simulation | |
| Web Scrape and Analysis | Web data extraction and insights | |
| 🚀 Applications↴ | ||
| ChatGPT Desktop | Desktop interface for ChatGPT | |
| Online Voting System | Digital voting platform | |
| Sentiment Analyzer | Site + API for sentiment analysis | |
My-Basic-Projects/
├── C
│ └── Modern String
│
├── HTML_CSS_JS/
│ ├── Folk Weather
│ ├── MyUtsav
│ └── Temperature Converter
│
├── Java/
│ ├── ATM Interface
│ ├── Eval-Java
│ ├── Java Calculator
│ ├── Minter Chat App
│ └── Number Guessing Game
│
├── NextJS/
│ ├── Community Organization
│ └── Unite Wings
│
├── Python/
│ ├── Audio Creator
│ ├── ChatGPT-Desktop
│ ├── Color Picker
│ ├── Daily Exchange Rates
│ ├── Metro Interstate Traffic
│ ├── Mobile Data Cleaning
│ ├── Online Voting System
│ ├── Prediction of Future Trends
│ ├── Python Calculator
│ ├── Space Mission
│ ├── Vehicles Data Cleaning
│ ├── Video Games Data Cleaning
│ └── Web Scrape and Analysis
│
└── README.md
Through these projects, I focused on:
- Understanding fundamental programming concepts across multiple languages
- Building practical applications from scratch
- Improving problem-solving and logical thinking skills
- Learning web development basics
- Exploring data analysis and manipulation
- Developing user interfaces and interactive applications
If you find these projects helpful or interesting, please consider giving this repository a star! It helps motivate me to continue learning and building.
Happy Coding! 🚀