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/color-palette-react
Software for creating palettes of colors. There are predefined palettes for inspiration, but users are free to create their own and to save them for later.
costingh/eStore-platform
C++ program that provides minimal functionality of an online store. Implementation follows OOP concepts (abstraction, encapsulation, inheritance, polymorphism), making use of singleton design pattern.