HemanthRaghu96

HemanthRaghu96

Geek Repo

Github PK Tool:Github PK Tool

HemanthRaghu96's repositories

DB-Model-Design

I designed DB model for Guvi Zen class. I used MYSQL for creating the DB model. I have created tables for users, codekata, attendance, topics, tasks, company drives, and mentors.

Stargazers:0Issues:0Issues:0

Front-end-Developer-Interview-Questions

A list of helpful front-end related questions you can use to interview potential candidates, test yourself or completely ignore.

Language:NunjucksLicense:MITStargazers:0Issues:0Issues:0

front-end-interview-handbook

⚡️ Front End interview preparation materials for busy engineers

Language:MDXLicense:MITStargazers:0Issues:0Issues:0

Guvi-Daily-Task

Guvi-Daily-Task

Language:JavaScriptStargazers:0Issues:0Issues:0

Hall-Booking-API

Hall Booking API I have created a server. /rooms endpoint allow user to add rooms in database. /bookings endpoint allow user to book a room. /rooms/bookings allow user to list all Rooms with Booked Data. /customers/bookings allow user to list all customers with booked Data. /customer/:name allow user to list how many times a customer has booked the

Language:JavaScriptStargazers:0Issues:0Issues:0

HRChat-backend

HRChat Application is nothing but one-on-one and group real-time messaging with typing indicator and emoji support using Socket.IO. The chat app supports user profiles, notifications, and persistent messages. In this application I have used my own API for Users ,Chat ,messages.

Language:JavaScriptStargazers:0Issues:0Issues:0

HRChat-frontend

HRChat Application is nothing but one-on-one and group real-time messaging with typing indicator and emoji support using Socket.IO. The chat app supports user profiles, notifications, and persistent messages. In this application I have used my own API for Users ,Chat ,messages.

Language:JavaScriptStargazers:0Issues:0Issues:0

HREcomm-backend

For HREcomm Application I have made an custom API. Some of API are for Users ,Items ,Customers ,Admin ,Product ,Orders. For all the individual API I made CRUD operation too like add,edit,view selected data,delete.

Language:JavaScriptStargazers:0Issues:0Issues:0

HREcomm-frontend

HREcomm Application is nothing but a wharehouse where a person get items from a vendor for low price and sells items for the custumors for profit. In this application I have used my own API for Users ,Items ,Users ,Items ,Customers ,Admin ,Product ,Orders.

Language:JavaScriptStargazers:0Issues:0Issues:0

HRMediCare-Backend

HRMediCare Application I have made an custom API. Some of API are for Users ,Doctors ,Review ,Booking, For all the individual API i made CRUD operation too like add,edit,view selected data,delete. I have used Express,mongoose,bcryptjs,jsonwebtoken,nodemailer,mongodb.

Language:JavaScriptStargazers:0Issues:0Issues:0

HRMediCare-Frontend

HRMediCare Application I have made an custom API. Some of API are for Users ,Doctors ,Review ,Booking, For all the individual API i made CRUD operation too like add,edit,view selected data,delete. I have used reactjs,react-router-dom,react-spinners,react-toastify,tailwindcss,swiper.

Language:JavaScriptStargazers:0Issues:0Issues:0

HRTodolist-backend

For HRTodolist Application is nothing but simple todolist where you can write the data for your daily tasks. For all the individual API I made CRUD operation too like add,edit,view selected data,delete. I have used nodejs,expressjs,mongodb.

Language:JavaScriptStargazers:0Issues:0Issues:0

HRTodolist-frontend

For HRTodolist Application is nothing but simple todolist where you can write the data for your daily tasks. For all the individual API I made CRUD operation too like add,edit,view selected data,delete. I have used reactjs,react-router-dom,redux.

Language:JavaScriptStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

Inventory-Billing-Web-Application-Backend

For Inventory Billing Web Application I have made an custom API. Some of API are for Users ,Items ,Customers ,Vendors ,Salesorders ,Purchaseorders ,Invoices ,Bills. For all the individual API i made CRUD operation too like add,edit,view selected data,delete

Language:JavaScriptStargazers:0Issues:0Issues:0

Inventory-Billing-Web-Application-Frontend

Inventory Billing Web Application is nothing but a wharehouse where a person get items from a vendor for low price and sells items for the custumors for profit. In this application I have used my own API for Users ,Items ,Customers ,Vendors ,Salesorders ,Purchaseorders ,Invoices ,Bills. For all the individual API I made CRUD operations too.

Language:JavaScriptStargazers:0Issues:0Issues:0

Mentor-and-Student-Assigning-with-Database-Backend

I have created a server for Mentor and Student Assigning with Database. API to create Mentor. API to create Student. API to Assign a student to Mentor. API to Assign or Change Mentor for particular Student. API to show all students for a particular mentor. API to show the previously assigned mentor for a particular student.

Language:JavaScriptStargazers:0Issues:0Issues:0

MongoDB-Guvi-Zen-class-

Design DB model for Guvi Zen class MongoDB I designed DB model for Guvi Zen class. I used MongoDB for creating the DB model. I have created BSON for users, codekata, attendance, topics, tasks, company drives, and mentors. And inserted Dummy data to manipula and show the relationship between the tables.

Language:JavaScriptStargazers:0Issues:0Issues:0

MongoDB-Product-query

MongoDB Product query , For given Product JSON: https://github.com/rvsp/database/blob/master/mongodb/product.json,\ I wrote query for those questions asked. I used MongoDB for query. I have shared both questions and answers with screenshots.

Language:JavaScriptStargazers:0Issues:0Issues:0
Language:JavaScriptStargazers:0Issues:0Issues:0
Language:JavaScriptStargazers:0Issues:0Issues:0

NodeJS-File-System

I have created a server. write endpoint allow user to add current date-time.txt file in the TextFile folder. The content of the file has current timeStamp(current time). read endpoint allow user to read all date-time.text names in the folder. I have used express for creating server and to read and write i used fs inbuild node.

Language:JavaScriptStargazers:0Issues:0Issues:0

Password-Reset-Flow-Backend

I created a server to Reset a Password. Which includes operations like registeration, login ,logout, sending reset password to mail, changing password, verifying user for forgot password time.

Language:JavaScriptStargazers:0Issues:0Issues:0

React-ContextAPI

My shopping cart display product image,name,rating and price.If item is added the value is added to Cart and if item is removed value is removed fromthe Cart. We can able to add quantity and it will auto update total price with discount.

Language:JavaScriptStargazers:0Issues:0Issues:0

React-FORMIK

I create an admin dashboard for a library management system that allows users to manage book and author details used FORMIK to add and edit data.I made User to perform CRUD operations on user data, including adding, editing, and deleting user records.

Language:JavaScriptStargazers:0Issues:0Issues:0

React-Netflix-clone

I created netflix clone. I displayed all the existing API data in UI using Axios. I have used React JSX for design and functionality ,Tailwindcss and MUI for styling. My Netflix clone is responsive can use in small to large phone,tablet,laptop and desktop.

Language:JavaScriptStargazers:0Issues:1Issues:0

React-Redux

My E-Cart display product image,name,rating and price, And it allow user to add and remove items from the Cart, I have used Redux concept.

Language:JavaScriptStargazers:0Issues:0Issues:0
Language:JavaScriptStargazers:0Issues:0Issues:0
Language:JavaScriptStargazers:0Issues:0Issues:0

URL-Shortener-Application-Backend

I created a server for URL Shortener application.

Language:JavaScriptStargazers:0Issues:0Issues:0