Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions coding-app/Mega_Project
Submodule Mega_Project added at 45973c
26 changes: 16 additions & 10 deletions coding-app/db/feedback.json
Original file line number Diff line number Diff line change
@@ -1,64 +1,70 @@
{
"feedback": [
{
"id": 1,
"id": "1",
"name": "Ananya U.",
"review": "Helped us in better screening at the start of the hiring process; thus helping our internal team to interview the best of best folks and fast-tracking the closure rates of...",
"rating": "5"
},
{
"id": 2,
"id": "2",
"name": "Neithan C.",
"review": "I have used HackerEarth starting 2013. This was during a time that codeforces, kattis, codechef, l33tcode and similar online judges were the rave of all programmers...",
"rating": "4"
},
{
"id": 3,
"id": "3",
"name": "Ritheesh G.",
"review": "I think one of the best parts about HackerEarth is the versatility of the type of questions and the user interface. There are coding execution questions, Descriptive...",
"rating": "5"
},
{
"id": 4,
"id": "4",
"name": "Neeraj K.",
"review": "I was given the HackerEarth assessments by various companies as the first round of shortlisting and it has questions related to different programming language...",
"rating": "4"
},
{
"id": 5,
"id": "5",
"name": "Sneha D.",
"review": "The team helped us reach quality tech candidates quickly through scalable skill-based filtering.",
"rating": "5"
},
{
"id": 6,
"id": "6",
"name": "Ravi P.",
"review": "HackerEarth helped streamline our tech hiring process significantly with real-time assessments.",
"rating": "4"
},
{
"id": 7,
"id": "7",
"name": "Maya R.",
"review": "A perfect tool for both recruiting and upskilling. We loved the UI and simplicity of workflow.",
"rating": "5"
},
{
"id": 1751376063833,
"id": "1751376063833",
"name": "Akash S.",
"review": "It’s beginner-friendly and very powerful for real hiring simulations and candidate evaluations.",
"rating": "3"
},
{
"id": 1751376405637,
"id": "1751376405637",
"name": "supreet",
"review": "It’s beginner-friendly and very powerful for real hiring simulations and candidate evaluations.",
"rating": "5"
},
{
"id": 1751377699210,
"id": "1751377699210",
"name": "Harry",
"review": "Its delusional",
"rating": "4"
},
{
"id": 1751445891858,
"name": "Mini Micro",
"review": "something good about it is , just Something",
"rating": "5"
}
]
}
1 change: 1 addition & 0 deletions coding-app/src/Components/Main/Cart.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ const Cart = ({ cartItems }) => {
);
};


export default Cart;