<p>
    <div className="headRight">
        <div className="settings">
            <SettingsRoundedIcon className="icon" style={fontSize: "35px"}>
        </div>
    </div>
</p>
<button className="logout">
    {props.name ? "Logout" : "Login"}
</button>
<div className="newChat" onClick="setFindMode">
    <PersonAddRoundedIcon className="icon" style={fontSize:"35px"}>
</div>
public class Main{
    public boolean hasCycle(ListNode head){
       ListNode fast = head;
       ListNode slow = head;
      while( fast!=null && fast.next!=null){
         fast=fast.next.next;
         slow=slow.next;
         if(fast==slow)
             return true;
      }
      return false;
    }
}
const express = require("express");
const app = express();
app.set("view engine", "ejs");
app.use(express.static(__dirname + "/views"));
app.get( "/", async (req, res) => {
    const shortUrls = await ShortURL.find();
    res.render( "index", { ShortURL : shortUrls });
});
app.listen(process.env.port || 5000);
Hey Folks{

Welcome to my Portfolio Website

I'm Raghav Aggarwal

I'm pursuing my B.E from Chitkara University in Computer Science. I am a Front-end Web Developer and hoping to become a full stack developer soon. I like coding as much as I like web development but I can say that I get intrigued from any technology that I start learning.

Download ResumeContact Me
}

Skills &
Experience

{
Saaspect
Frontend React Developer
1 Sep 2021 - 30 Nov 2021

-

Worked on building client side and admin side interface for an ecommerce website.

-

Technologies used - React, Bootstrap

}

Contact Me

{

Interested in working together? Fill out the form below with some info about your project and I will get back to you as soon as I can. Please allow a couple days for me to respond.

Chitkara University, Chandigarh NH 7, 64, Tehsil, Rajpura, Punjab 14040

raghav0022.cse19@chitkara.edu.in 99502-10990

Connect with me:

}

Interested to work together?
Let's talk

{

}