diff --git a/README.md b/README.md index c327444..d583eb9 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,14 @@
-
-
+
+ +
## Technology Stack - React @@ -21,9 +22,11 @@ - A creative and artistic take on everyday digital elements ## Usage -Simply visit the deployed application at [Project Loading Screen](+ +
## License This project is protected under a custom license. The use, reproduction, modification, or distribution of this project and its code are strictly prohibited without prior written permission from Shubh Thorat. For inquiries regarding the use or distribution of this project, please contact [reapers-arras.0y@icloud.com](mailto:reapers-arras.0y@icloud.com). diff --git a/public/animated.gif b/public/animated.gif new file mode 100644 index 0000000..eece774 Binary files /dev/null and b/public/animated.gif differ diff --git a/public/screen-recording.mp4 b/public/screen-recording.mp4 new file mode 100644 index 0000000..3a02c04 Binary files /dev/null and b/public/screen-recording.mp4 differ diff --git a/public/screenshot.png b/public/screenshot.png new file mode 100644 index 0000000..eee3c26 Binary files /dev/null and b/public/screenshot.png differ diff --git a/src/App.js b/src/App.js index dc44e41..0ff221d 100644 --- a/src/App.js +++ b/src/App.js @@ -1,24 +1,23 @@ -// App.js import React from 'react'; -import {BrowserRouter as Router, Route, Routes} from 'react-router-dom'; -import Home from './pages/Home/Home'; // Adjust the path if your folder structure is different +import { BrowserRouter as Router, Route, Routes, useLocation } from 'react-router-dom'; +import Home from './pages/Home/Home'; import Apple from "./pages/Apple/Apple"; import Windows from "./pages/Windows/Windows"; -import Layout from "./pages/Layout/Layout"; import DVD from "./pages/DVD/DVD"; +import NotFoundPage from "./pages/404Page/404Page"; +import Layout from "./pages/Layout/Layout"; function App() { return (Sorry, the page you're looking for doesn't exist. If you think something is broken, report a problem.
+ Return Home +