Hello 👋

I'm Sagar Hedaoo


Software Developer based in New York.

import React, { useState, useEffect } from 'react';

interface WelcomeProps {
message: string;
}

const WelcomeComponent: REACT.FC<WelcomeProps> = ({ message }) => {
const [loading, setLoading] = useState<boolean>(true);

return (
<div className=“p-4 bg-gray-100 rounded shadow“>
<h1 className=“text-2xl font-bold“>
{ loading ? (
<p>Loading...<p/>

) : (
<div className=“mt-4“>
<h2 className=“text-xl“>
{message}
<h2/>
<div/>
)}
<div/>
);
};

export default WelcomeComponent;

My Stack

Upgrading everyday

stevens

Recent Graduate

Stevens Institute of Technology

Open to relocation across United States

Looking for Opportunities

Available Immediately

ociBadge 1 of 3
at&tBadge 2 of 3
mtaBadge 3 of 3

Some Certificates
Certificate
Swipe
Thumbnail
Thumbnail
Thumbnail
Thumbnail
Thumbnail
A small selection of Recent Projects
Form Mint

Create forms with the power of Gemini 1.5 Flash Share, edit and take responses

thumbnail
jsjsjsjsjs
ExploreHub

Comprehensive travel planning system that allow users to book vacations seamlessly

thumbnail
jsjsjsjsjs
E-Commerce Store

Architected a robust, secure and end-to-end e-commerce website with Stripe payments

thumbnail
jsjsjsjsjs
Airbnb Clone

View different Airbnbs available in your area

thumbnail
jsjsjsjsjs
Activity API

REST API using Spring MVC with CRUD operations and in-memory data handling.

thumbnail
jsjsjsjsjs

My work experience