diff --git a/README.md b/README.md
index eaabe89..55d9fcf 100644
--- a/README.md
+++ b/README.md
@@ -22,3 +22,4 @@ Explore the API and add more features to your app or make it clickable to see mo
2. there is a limit for how many requests that you can send in one day so be aware of that
Please feel free to reach out if you have any questions or need further assistance.
+3553990661525460
\ No newline at end of file
diff --git a/public/index.html b/public/index.html
index aa069f2..7204cc0 100644
--- a/public/index.html
+++ b/public/index.html
@@ -24,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
-
React App
+ Heros - API
diff --git a/src/App.js b/src/App.js
index 84b33ac..d0f0170 100644
--- a/src/App.js
+++ b/src/App.js
@@ -1,5 +1,9 @@
+import Home from "./pages/Home";
+import './style.css'
function App() {
- return <>Super Hero App>;
+ return <>
+
+ >;
}
export default App;
diff --git a/src/components/HeroCard.jsx b/src/components/HeroCard.jsx
new file mode 100644
index 0000000..86a814d
--- /dev/null
+++ b/src/components/HeroCard.jsx
@@ -0,0 +1,14 @@
+import React from 'react'
+
+export default function HeroCard({id,name,img,biography}) {
+ return (
+