Pinned Repositories
admin_react
Admin application using React and Spring boot.
avyenter-portal
clothes-ecommerce-demo
A simple website that demonstrate how to product items using HTML and SCSS
crud-hibernate
Crud operation using Hibernate ORM
crud_flutter
Flutter application for android and iOS to perform crud operation with Spring boot.
crud_react
CRUD operation using React with Spring boot.
crud_springboot
A CRUD operation using Java Spring Boot.
images-upload-aws
A web application using React and Spring boot to upload images into AWS S3, download it from S3 and show it in frontend react.
microservices_spring
Microservices using spring boot
spring-security-jpa
A Spring Security application which connect to MySQL instance using JPA and authenticate users against the user information stored in the database.
venkateshraju20's Repositories
venkateshraju20/avyenter-portal
venkateshraju20/clothes-ecommerce-demo
A simple website that demonstrate how to product items using HTML and SCSS
venkateshraju20/CSSAnimations
Created a simple CSS animations using SASS
venkateshraju20/ecommerce-clothes
E-commerce application using HTML and SCSS
venkateshraju20/hulu-clone-demo
Nextjs application to demonstate Hulu clone
venkateshraju20/list-games-arena
A react based web application which is designed and developed to fetch and show all types of game from the api. I added a search option to find the games from the list and sort option to sort games based on score (rating), type of platform.
venkateshraju20/media-queries-demo
A simple website shows how to use media queries along with Sass
venkateshraju20/navbar-demo
A responsive navigation bar with modal and backdrop features.
venkateshraju20/react-cart
A react application demonstrate e-commerce by fetching data from external server
venkateshraju20/react-chat-application
A realtime chat application written in react.js along with node.js and express.js. I used socket.io to allow the realtime data transmission between users.
venkateshraju20/react-dropdown
React app to list data from the provided API endpoint and display it on the page. User need to show data in dropdown form and comments data has to show in table form.
venkateshraju20/react-folder-structure
A simple React application that shows how to display the folder structure of a React application in the browser.
venkateshraju20/react-hooks-example
A react js web application showing how to use Hooks in place of Class components.
venkateshraju20/react-msw
Testing react app using mock service worker
venkateshraju20/react-multiform-steps
A react application to showcase multi step form
venkateshraju20/react-pagination
React app with Typescript to demonstrate Pagination
venkateshraju20/react-push
Push notification implementation in React
venkateshraju20/react-query-example
I created a react application that makes use of the React Query library to handle API calls more efficiently.
venkateshraju20/react-redux-example
A react based web application which fetches user data from api and show it into ui.
venkateshraju20/react-redux-hooks
A simple react application that shows how to use class-based and functional components to get the data from store and dispatch actions to a store.
venkateshraju20/react-series
React application demonstrate on various topics needed for the developers to know
venkateshraju20/react-table-users
React application to demonstrate CRUD operation to show User information
venkateshraju20/react-useEffect-rules
Program to demonstrate different rules that need to follow when using react useEffect hook
venkateshraju20/react_hoc_example
A react application that demonstrates higher order components.
venkateshraju20/react_test_example
Jest and Enzyme are used to unit and integration test a React application.
venkateshraju20/redux-demo
Demostration of Redux and its features. Use axios to fetch data and store it in redux store.
venkateshraju20/restaurant-ecommerce-demo
A simple website that demonstrate how to product items using HTML and SCSS
venkateshraju20/scss-demo
Application to demostrate on using SCSS and HTML.
venkateshraju20/swing-example
To register user information with MySQL, I created a Java Swing application. To protect password information, I used Bcrypt.
venkateshraju20/users-js-testing
React app with JS to demonstrate unit test using Jest and RTL