Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Added LinkedIn Clone #244

Merged
merged 3 commits into from
Feb 11, 2024
Merged

Conversation

JiyaGupta-cs
Copy link
Contributor

@JiyaGupta-cs JiyaGupta-cs commented Jan 29, 2024

Fixes Issue🛠️

Closes #233

Description👨‍💻

I have added the LinkedIn Clone with a Readme

Checklist✅

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have added a demonstration in the form of a GIF/video file
  • I am an Open Source Contributor

Screenshots/GIF📷

Uploading linkdein csdfjl.mp4…

@Kritika30032002
Copy link
Owner

update readme

@JiyaGupta-cs
Copy link
Contributor Author

update readme

@Kritika30032002 What else do I need to add to the readme?

@Kritika30032002
Copy link
Owner

add readme with

  1. proper steps of local setup(git commands) and running the code(how to run locally)
  2. video of working
  3. tech stack used

@JiyaGupta-cs
Copy link
Contributor Author

@Kritika30032002
I have added the setup guidelines and the demo video to it
Please review the PR

"https://images.unsplash.com/photo-1633332755192-727a05c4013d?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=880&q=80",
});
navigate("/home");
localStorage.setItem("userEmail", res.user.email);

Check failure

Code scanning / CodeQL

Clear text storage of sensitive information High

This stores sensitive data returned by
a call to createUserWithEmailAndPassword
as clear text.
try {
let res = await LoginAPI(credentails.email, credentails.password);
toast.success("Signed In to Linkedin!");
localStorage.setItem("userEmail", res.user.email);

Check failure

Code scanning / CodeQL

Clear text storage of sensitive information High

This stores sensitive data returned by
a call to signInWithEmailAndPassword
as clear text.
@Kritika30032002 Kritika30032002 merged commit 1649365 into Kritika30032002:main Feb 11, 2024
4 of 5 checks passed
@Kritika30032002
Copy link
Owner

Thanks for your Valuable contribution.
Don't forget to star the repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feat: LinkedIn Clone
2 participants