klynsaha
Software Developer with 3 years of experience. Specializing in JS, C++, Python and WebAssembly.
Noida
Pinned Repositories
Calculator
A working calculator made using tkinter module in Python.
CSS-Grid
CSS Grid
CV-Maker
Curriculum Vitae Maker
feedback-app
A Feedback App made using React
github-finder
This app helps to find GitHub user and show their basic details and public repositories.
Image_to_ASCII
This Python program converts any image to ascii character and saves to a txt file.
MyBlog-WebApp
This webapp is made using Django.
SpaceInvader
This game is made using pygame library in Python.
Sudoku
This game is made using pygame library in Python. Backtracking concept is used to check if user entry is valid or not.
klynsaha's Repositories
klynsaha/Calculator
A working calculator made using tkinter module in Python.
klynsaha/CSS-Grid
CSS Grid
klynsaha/CV-Maker
Curriculum Vitae Maker
klynsaha/feedback-app
A Feedback App made using React
klynsaha/github-finder
This app helps to find GitHub user and show their basic details and public repositories.
klynsaha/Image_to_ASCII
This Python program converts any image to ascii character and saves to a txt file.
klynsaha/MyBlog-WebApp
This webapp is made using Django.
klynsaha/SpaceInvader
This game is made using pygame library in Python.
klynsaha/Sudoku
This game is made using pygame library in Python. Backtracking concept is used to check if user entry is valid or not.
klynsaha/IrisClassificationApp
This Iris classification webapp is made using sklearn and streamlit library in Python. Random Forest Classifier model is used to classify.
klynsaha/notepad
This is a notes app on the web that stores data in local storage.
klynsaha/portfolio
klynsaha/Prime-Number-API
Prime Number API is created using FastAPI.
klynsaha/StockPriceApp
This web app shows line chart of price and volume of the chosen stock within start and end date. This is made using streamlit library in Python.
klynsaha/URL-Shortner
This app is made using django in Python. User can provide a long url and app will give a small url. URLs will be saved in database.