diff --git a/README.md b/README.md index 21dbaa3..613e23f 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ - [React Instructions ](#react-stack-) - [Tech Stack ](#tech-stack-) - [Key Features ](#key-features-) - - [🚀 Live Demo ](#-live-demo-) + - [🚀 Video & Live Demo ](#-live-demo-) - [💻 Getting Started ](#-getting-started-) - [Prerequisites](#prerequisites) - [Setup](#setup) @@ -135,10 +135,11 @@ You don't have to ever use `eject`. The curated feature set is suitable for smal

(back to top)

-## 🚀 Live Demo +## 🚀 Video & Live Demo -> Please follow the link for a live demo. -- [The matrices webapp: Coming Soon...](https://github.com/porag-m06/Metrics-Webapp-React-Capst) +> Please follow the link for a video & live demo. +- [Video Presentation:](https://www.loom.com/share/c59cff2aaf524bc2989f29c857c7b3c5?sid=1172c318-b745-4211-a048-7575dce85e8e) +- [The matrices webapp:](https://air-index.onrender.com/)

(back to top)

diff --git a/src/App.js b/src/App.js index f820c03..903a1e9 100644 --- a/src/App.js +++ b/src/App.js @@ -1,12 +1,10 @@ import { Route, Routes } from 'react-router-dom'; -import Nav from './components/Nav'; import GeoLocation from './components/GeoLocation'; import PullutionDetail from './components/PollutionDetail'; function App() { return (
-