Pinned Repositories
ai-saas-marketplace
This project, the SaaS AI Marketplace, is a platform designed for the seamless buying and selling of AI-driven software as a service (SaaS) companies. The marketplace is set up using T3 stack (Next. js, tRPC, TailwindCSS, TypeScript, and Prisma)
chat-app
This is a chat application built using React (create-react-app), Spring Boot, MongoDB. It uses Web Sockets for real time chatting and displaying online users.
client-server
C++ application with a client that sends messages and a server that receives them. The client and server communicate through non-blocking sockets
cold-email-generator
Web application that uses Openai or generating customized cold emails based on details about contacts – a list of leads, that contains personal data, like email, phone, company, interests, social media links and many more (imported from a CSV file or from their LinkedIn personal profile).
collaborative-whiteboard
This is a collaborative whiteboard that allows real-time communication through sockets. It was built using Next.js and Spring Boot. Users can share a room and draw on canvas which will be updated on every user's screen.
nft-finder
Web app that uses OpenSea's API to display what NFT Collections are Influencers/Artists holding in their wallets.
Pathfinding-Algorithm-Visualiser
App designed to illustrate how popular pathfinding algorithms (like Dijkstra, DFS, BFS, A*) work. The algorithms are implemented using JavaScript.
Social-Network-MERN
A social media application that allows users to login/sign up, like/unlike a post, follow/unfollow another user, and chat in real time using sockets.
supply-chain-management
Web app that handles supply chain management at a supermarket (invoices, suppliers, orders, products, categories, departments and employees).
Travel-Map
This app allows users to register/login and give review of visited places by pining their location on the world map.
costingh's Repositories
costingh/collaborative-whiteboard
This is a collaborative whiteboard that allows real-time communication through sockets. It was built using Next.js and Spring Boot. Users can share a room and draw on canvas which will be updated on every user's screen.
costingh/nft-finder
Web app that uses OpenSea's API to display what NFT Collections are Influencers/Artists holding in their wallets.
costingh/ai-saas-marketplace
This project, the SaaS AI Marketplace, is a platform designed for the seamless buying and selling of AI-driven software as a service (SaaS) companies. The marketplace is set up using T3 stack (Next. js, tRPC, TailwindCSS, TypeScript, and Prisma)
costingh/cold-email-generator
Web application that uses Openai or generating customized cold emails based on details about contacts – a list of leads, that contains personal data, like email, phone, company, interests, social media links and many more (imported from a CSV file or from their LinkedIn personal profile).
costingh/Social-Network-MERN
A social media application that allows users to login/sign up, like/unlike a post, follow/unfollow another user, and chat in real time using sockets.
costingh/Travel-Map
This app allows users to register/login and give review of visited places by pining their location on the world map.
costingh/client-server
C++ application with a client that sends messages and a server that receives them. The client and server communicate through non-blocking sockets
costingh/Pathfinding-Algorithm-Visualiser
App designed to illustrate how popular pathfinding algorithms (like Dijkstra, DFS, BFS, A*) work. The algorithms are implemented using JavaScript.
costingh/supply-chain-management
Web app that handles supply chain management at a supermarket (invoices, suppliers, orders, products, categories, departments and employees).
costingh/todo-app-django
A full-stack web app built using Django on backend and simple HTML/CSS/JS for frontend and PostgreSQL as database. It helps organizing tasks, by dividing them into categories, keeping track of time and if there were performed or not.
costingh/4startups
4Startups is a program developed to help entrepreneurs find the right ICT solutions to grow their businesses.
costingh/amazon-scraper-api
API developed for RapidAPI Platform to ease information/analytics retrieval about any amazon product.
costingh/chat-app
This is a chat application built using React (create-react-app), Spring Boot, MongoDB. It uses Web Sockets for real time chatting and displaying online users.
costingh/bloggr.so
costingh/code-editor
Simple code editor in browser. It consist in 3 panels for Html, CSS, JavaScript, where a user can write code, and another panel where the output is shown. All the code can be transposed into a html file, which can be downloaded by user.
costingh/costingheorghe
This is my personal portfolio, where I will showcase my work.
costingh/datasets-ibd
costingh/feedback-collector
costingh/graphic-design-creator
costingh/Greenhouse-Monitor-Dashboard
This project is focused on monitoring a greenhouse by performing various measurements of parameters displayed in a user-friendly visual interface. The measurements include calculating air temperature, air humidity, soil moisture, and greenhouse light levels.
costingh/image-processing
Multithreaded Java Algorithm for decreasing color depth of a 24bit RGB BMP image.
costingh/java-training
costingh/lanParty
A software app that creates a tournament of video games, based on a given list of students enrolled in competition LanParty.
costingh/Movie-recommendation-system-ML
A Machine Learning project that predicts how much a user would enjoy a movie based on its previous ratings given to watched movies.
costingh/normalize.css
A modern alternative to CSS resets
costingh/portfolio
costingh/react-github-finder
This is a web app built to make the search for users on GitHub more intuitive, by displaying statistics in an organized way, using diagrams and piecharts.
costingh/resume
my latest resume
costingh/weather-app-react
Simple React app that fetches OpenWeatherMap API to get information about weather in a specific city.
costingh/WebScrapingAPI