diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 00000000..13566b81
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,8 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Editor-based HTTP Client requests
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml
new file mode 100644
index 00000000..03d9549e
--- /dev/null
+++ b/.idea/inspectionProfiles/Project_Default.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/learn-react.iml b/.idea/learn-react.iml
new file mode 100644
index 00000000..d6ebd480
--- /dev/null
+++ b/.idea/learn-react.iml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 00000000..639900d1
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 00000000..084c1429
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 00000000..35eb1ddf
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/README.md b/README.md
index d5c74edf..10dd33ad 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
## Personal Information:
-Full Name: Enter Your Full Name
+Full Name: Prabhleenkaur Ramindersingh Bindra
-Northeastern ID: Enter your Northeastern ID
+Northeastern ID: 002781738
## Getting Started
First, fork this repository and clone it to your local machine.
diff --git a/src/pages/components/state.js b/src/pages/components/state.js
index 7a1be3d6..12d54a4d 100644
--- a/src/pages/components/state.js
+++ b/src/pages/components/state.js
@@ -2,6 +2,7 @@ import { useState } from 'react';
import { sculptureList } from '../../data/data.js';
export default function Gallery() {
+ // useState is the hook - var or att is idx and initial val is 0 - setIdx update state
const [index, setIndex] = useState(0);
function handleClick() {
diff --git a/src/pages/index.js b/src/pages/index.js
index 4c720243..bc14c720 100644
--- a/src/pages/index.js
+++ b/src/pages/index.js
@@ -2,12 +2,40 @@ import Head from 'next/head'
import Image from 'next/image'
import { Inter } from 'next/font/google'
import styles from '@/styles/Home.module.css'
-import Profile from './components/profile.js'
+// import Profile from './components/profile.js'
+// import Gallery from "./components/gallery.js";
+// import Profile from './qcomps/profile_mistake.js'
+import Firstcomp from './qcomps/firstcomp.js'
+import Bios from './qcomps/bios.js';
+import Profile from './components/profile_props.js'
+import TodoList from "./qcomps/todos.js";
+import Gallery from './qcomps/state.js'
+import List from "./qcomps/list_keys_id.js";
+import RecipeList from "./qcomps/recipes.js";
+import MenuBar from "./qcomps/menuBar.js";
+import Counter from "./components/queueUpdates.js";
+import React from "react";
+import Form from "@/pages/components/snapshot2";
+import RequestTracker from "@/pages/qcomps/shoppingCart";
+import Scoreboard from "@/pages/qcomps/updObjectsForm";
export default function Home() {
return (
- );
-}
\ No newline at end of file
+ )
+ }
\ No newline at end of file
diff --git a/src/pages/qcomps/firstcomp.js b/src/pages/qcomps/firstcomp.js
new file mode 100644
index 00000000..fa44c801
--- /dev/null
+++ b/src/pages/qcomps/firstcomp.js
@@ -0,0 +1,10 @@
+export default function Firstcomp() {
+ return (
+
+
My first component
+
+
Components: UI Building Block
Defining a Component
+
Using a component
+
+ )
+}
\ No newline at end of file
diff --git a/src/pages/qcomps/gallery_props.js b/src/pages/qcomps/gallery_props.js
index fc118123..e7d2c5d9 100644
--- a/src/pages/qcomps/gallery_props.js
+++ b/src/pages/qcomps/gallery_props.js
@@ -1,55 +1,59 @@
-export default function Gallery() {
+const baseUrl = 'https://i.imgur.com/';
+
+function Profile(props) {
return (
-
-
Notable Scientists
-
-
Maria Skłodowska-Curie
-
-
-
- Profession:
- physicist and chemist
-
-
- Awards: 4
- (Nobel Prize in Physics, Nobel Prize in Chemistry, Davy Medal, Matteucci Medal)
-