diff --git a/coding-app/Mega_Project b/coding-app/Mega_Project new file mode 160000 index 0000000..45973c1 --- /dev/null +++ b/coding-app/Mega_Project @@ -0,0 +1 @@ +Subproject commit 45973c17fd0cc495aad9237cdd29b31eb976a722 diff --git a/coding-app/db/feedback.json b/coding-app/db/feedback.json index ca67125..66fc1b7 100644 --- a/coding-app/db/feedback.json +++ b/coding-app/db/feedback.json @@ -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" } ] } \ No newline at end of file diff --git a/coding-app/src/Components/Main/Cart.jsx b/coding-app/src/Components/Main/Cart.jsx index bfa2864..dff695b 100644 --- a/coding-app/src/Components/Main/Cart.jsx +++ b/coding-app/src/Components/Main/Cart.jsx @@ -22,4 +22,5 @@ const Cart = ({ cartItems }) => { ); }; + export default Cart;