Rajdeep Hundal · Projects

Work &
Builds

A collection of full-stack, backend, and API projects.

04
Filter
M·E·R·N
MERN Stack
MongoDB · Express · React · Node
Nucamp React Site
PROJECT 01
Frontend only
Nucamp website built using React. Environment - React 18.2.0, NPM 8.19.3, Node 18.13.0
React Node.js JavaScript ES6
PROJECT 02
Dev Duel
Developed a small full-stack application that interfaces with GitHub's API in order to aggregate, transform, and display a given user's profile and repository data.
Express React Node.js
Whos Who Game
PROJECT 03
Who's Who Game
Developed a a front-end React application that interfaces with Spotify's API in order to get genre's, artists, and sample songs. The user will then be able to listen to songs and guess which artist created it.
Express React Node.js
API
Backend & APIs
REST APIs · JAVA · SPRING BOOT · SQL
Add Screenshot
PROJECT 01
Twitter Clone Backend
Implemented a webservice running with Spring boot, JPA and PostgreSQL to perform CRUD operations for a Twitter like social media application. Used Onion Architecture to address issues of Separation of concerns and tight coupling by dividing the architecture into 4 layers.
JAVA SPRING BOOT REST API SQL ERD
Project Management Application
PROJECT 02
Project Management Application
Developed a full-stack company management application in React and Java with Spring Boot utilizing PostgreSQL for the database. The application is a project management tool that helps administrators showcase information, specifically announcements and project details to the employees.
Java Spring Boot REST API PostgreSQL React
PROJECT 03
Quiz API
Developed a small RESTful API that simulates basic backend functionality for a quiz application. Perform CRUD operations for Quizes and their answers. Tested with Postman.
Java Spring Boot REST API Postman