Pinned Repositories
Advanced-CPP-DSA-Notes
A C++ based repository that contains some of the advanced DSA topics with the approaches required therefore.
Circle-Operations-cpp
A C++ program which takes the input as the radius of the circle and then gives the requested output.
Coder-Studio
A Simple Text Editor which can run Python Files, Open HTML Document in your web-browser And also shows all The Files And directories in the Present folder And You Can Also Change the Themes in it - Made By Sandesh Jangir
Coder-Studio-Site
Command-Driven-Assistant
It is a command driven assistant which takes input from the user and give output in selected format (There are 2 Formats one is Standard Output and other is Voice Output) There is a different branch for each format
Cryptocurrency-Tracker
It is a web application which uses CoinLore Cryptocurrency API to fetch crypto data. Then it filters the fetched data for different use cases.
Electron-Ledger-App
It is an Electron GUI Application in which you can track your transactions and get a performance report about your income, expense and balance over the whole timespan and current month.
Flask-Weather-App
It is a Flask web application which takes Latitude and Longitude as input from the user and then fetches weather details from a Api. Then it filters the data obtained by the api response and returns the following details to the user.
Responsive-Portfolio-Template
It is a Sample Portfolio landing page which is responsive. It also has some animations it is made with pure CSS no java script . Utility classes, fonts, animations, and responsive CSS are in utils.css file. It also uses CSS grid in its about section.
Secured-User-Authentication-System
It's a user authenticating system which is made using the MERN Stack and after authenticating the user it redirects to /dashboard where it shows your entered information and if the user has already logged in the previous session then it will directly redirect to /dashboard.
Sandesh-Jangir's Repositories
Sandesh-Jangir/Cryptocurrency-Tracker
It is a web application which uses CoinLore Cryptocurrency API to fetch crypto data. Then it filters the fetched data for different use cases.
Sandesh-Jangir/Secured-User-Authentication-System
It's a user authenticating system which is made using the MERN Stack and after authenticating the user it redirects to /dashboard where it shows your entered information and if the user has already logged in the previous session then it will directly redirect to /dashboard.
Sandesh-Jangir/Advanced-CPP-DSA-Notes
A C++ based repository that contains some of the advanced DSA topics with the approaches required therefore.
Sandesh-Jangir/Circle-Operations-cpp
A C++ program which takes the input as the radius of the circle and then gives the requested output.
Sandesh-Jangir/Coder-Studio
A Simple Text Editor which can run Python Files, Open HTML Document in your web-browser And also shows all The Files And directories in the Present folder And You Can Also Change the Themes in it - Made By Sandesh Jangir
Sandesh-Jangir/Command-Driven-Assistant
It is a command driven assistant which takes input from the user and give output in selected format (There are 2 Formats one is Standard Output and other is Voice Output) There is a different branch for each format
Sandesh-Jangir/Dice-Roller-Web-App
A simple friendly frontend application which "Rolls Dice" or in technical terms, generate a random integer in the range 1 - 6 and on the baises of the generated number the particular dice face is invoked.
Sandesh-Jangir/Digital-Clock
Sandesh-Jangir/Electron-Ledger-App
It is an Electron GUI Application in which you can track your transactions and get a performance report about your income, expense and balance over the whole timespan and current month.
Sandesh-Jangir/Flask-Contact-Form
It is a simple python/flask application which takes inputs from the user and displays the result on the /result page.
Sandesh-Jangir/Flask-Rest-Api
A sample flask-rest-api which hosts a api on a /api endpoint and then fetches the data on / endpoint and then returns a string which uses the api to display data
Sandesh-Jangir/Flask-Weather-App
It is a Flask web application which takes Latitude and Longitude as input from the user and then fetches weather details from a Api. Then it filters the data obtained by the api response and returns the following details to the user.
Sandesh-Jangir/Guess-Me
It is a number guessing game created in C++ where you have to guess the generated number and on guessing it right it displays a congratulation message and then display your score.
Sandesh-Jangir/GUI-Music-Player
An Electron music player with Spotify inspired color theme which presents all the music/audio present in the "Music" directory.
Sandesh-Jangir/Hand-Written-Notes
A notes website which uses JavaScript and Bootstrap. With the use of this website you can manage your notes, create and edit them.
Sandesh-Jangir/Health-Notification-Remainder
It is a python program which sends you a notification to have a walk after a certain period of time.
Sandesh-Jangir/herons_formula-calcualator-cpp
It is a simple C++ program that takes 3 sides of a triangle and calculates the area of the triangle using the Heron's Formula.
Sandesh-Jangir/Mastering-Advanced-CSS
This repo consists small mini CSS projects. In which each will be focusing on a particular CSS property.
Sandesh-Jangir/My-Tasks
It is a Task Management Web-Application created using Flask Backend Framework.
Sandesh-Jangir/News-Reader
It is a software created in python which fetches data from an API and then reades top 10 Headlines of the day. Python libraries it uses are Pywin32 and JSONify.
Sandesh-Jangir/Python-Brainstrom
A curated set of python exercises with their solution.
Sandesh-Jangir/Responsive-Statistics-Page
A responsive statistics preview template that includes media and is based on modern web-designs
Sandesh-Jangir/Sandesh-Jangir
Config files for my GitHub profile.
Sandesh-Jangir/sandesh-jangir.github.io
This is a One Pager website in which I have given a brief introduction of my coding journey , about my current skills and about what I am currently learning.
Sandesh-Jangir/Task-List-GUI
A Todos handling application with a GUI created with the help of python and standard HTML/CSS/JS. It uses MongoDB as its primary database to store the tasks or todos.
Sandesh-Jangir/Temperature-Converter
It is a C++ program that fetches the temperature in celcius and then converts it in the requested temprature scale.
Sandesh-Jangir/Terminal-Calculator
Its a CLI software which takes an operator and two operands as input and performs the desired calculation.
Sandesh-Jangir/The-Headliner
It is a GUI application which provides you the top 10 Global Headlines from BBC NEWS , it uses python-eel as a backend and standard HTML CSS JS for the frontend.
Sandesh-Jangir/Youtube-Video-Downloader
It is a Python Application in which you can paste the link of the video you want to download and then it downloads the requested video in 720p resolution.
Sandesh-Jangir/Appointment-Management-System