Realtime chatting application created using React js for frontend, Node for runtime, express for backend and MongoDB for database. Additionally socket.io for bidirectional and event-based communication between a client and a server. We can make realtime communications with anyone around the world.
Realtime chatting application created using React js for frontend, Node for runtime, express for backend and MongoDB for database. Additionally socket.io for bidirectional and event-based communication between a client and a server. We can make realtime communications with anyone around the world.
E-commerce web application for computer accessories and hardwares which is in real-time use. They can buy products and get delivery. Razorpay payment API is integrated with this application for making the live payment easier.
This shopping cart application is a web-based tool that allows users to browse products, add them to a virtual cart, and proceed with the purchase. I designed and implemented an application using React.js that seamlessly handles the features of this app. Additionally, the application dynamically updates the cart summary, showing product details like name, quantity, price, and total cost, as users interact with it.
This customer relationship management (CRM) app that allows businesses to manage user records, track users and their records, and generate reports. Have separate logins for normal users and for super admins to manage the users and their details. Admin can able to edit, view and download the reports.
Realtime chatting application created using React js for frontend, Node for runtime, express for backend and MongoDB for database. Additionally socket.io for bidirectional and event-based communication between a client and a server. We can make realtime communications with anyone around the world.
This customer relationship management (CRM) app that allows businesses to manage user records, track users and their records, and generate reports. Have separate logins for normal users and for super admins to manage the users and their details. Admin can able to edit, view and download the reports.
This calculator is a web application developed using React.js, a popular JavaScript library for building user interfaces. React.js allows us to create interactive and dynamic components, making the calculator user-friendly and responsive. To structure the user interface, we utilized JSX (JavaScript XML), an extension of JavaScript that allows us to write HTML-like code within our JavaScript files.