diff --git a/.all-contributorsrc b/.all-contributorsrc index 0ae45ad..708b6d0 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -2,7 +2,7 @@ "projectName": "StationGuide", "projectOwner": "Dhairya Gothi", "repoType": "github", - "repoHost": "https://station-guide.vercel.app/", + "repoHost": "https://github.com/", "files": [ "README.md" ], @@ -15,72 +15,101 @@ "name": "Dhairya Gothi", "avatar_url": "https://avatars.githubusercontent.com/dhairyagothi", "profile": "https://github.com/dhairyagothi", - "contributions": ["code"] + "contributions": [ + "code" + ] }, { "login": "tarunkumar2005", "name": "Tarun Kumar", "avatar_url": "https://avatars.githubusercontent.com/tarunkumar2005", "profile": "https://github.com/tarunkumar2005", - "contributions": ["code"] + "contributions": [ + "code" + ] }, { "login": "ShivaniNikam1", "name": "Shivani Nikam", "avatar_url": "https://avatars.githubusercontent.com/ShivaniNikam1", "profile": "https://github.com/ShivaniNikam1", - "contributions": ["code"] + "contributions": [ + "code" + ] }, { "login": "1-SubhamSingh", "name": "Subham Singh", "avatar_url": "https://avatars.githubusercontent.com/1-SubhamSingh", "profile": "https://github.com/1-SubhamSingh", - "contributions": ["code"] + "contributions": [ + "code" + ] }, { "login": "Premkolte", "name": "Prem Kolte", "avatar_url": "https://avatars.githubusercontent.com/Premkolte", "profile": "https://github.com/Premkolte", - "contributions": ["code"] + "contributions": [ + "code" + ] }, { "login": "MihirSaiDudekula", "name": "Mihir Sai Dudekula", "avatar_url": "https://avatars.githubusercontent.com/MihirSaiDudekula", "profile": "https://github.com/MihirSaiDudekula", - "contributions": ["code"] + "contributions": [ + "code" + ] }, { "login": "RiddhiM170904", "name": "Riddhi M", "avatar_url": "https://avatars.githubusercontent.com/RiddhiM170904", "profile": "https://github.com/RiddhiM170904", - "contributions": ["code"] + "contributions": [ + "code" + ] }, { "login": "Mehtarishita", "name": "Rishita Mehta", "avatar_url": "https://avatars.githubusercontent.com/Mehtarishita", "profile": "https://github.com/Mehtarishita", - "contributions": ["code"] + "contributions": [ + "code" + ] }, { "login": "shreyad2806", "name": "Shreya D", "avatar_url": "https://avatars.githubusercontent.com/shreyad2806", "profile": "https://github.com/shreyad2806", - "contributions": ["code"] + "contributions": [ + "code" + ] }, { "login": "MrityunjaySingh09", "name": "Mrityunjay Singh", "avatar_url": "https://avatars.githubusercontent.com/MrityunjaySingh09", "profile": "https://github.com/MrityunjaySingh09", - "contributions": ["code"] + "contributions": [ + "code" + ] + }, + { + "login": "itsbhh", + "name": "itsbhh", + "avatar_url": "https://avatars.githubusercontent.com/itsbhh", + "profile": "https://github.com/itsbhh", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, "linkToUsage": true -} +} \ No newline at end of file diff --git a/README.md b/README.md index 8bd1d82..67c16fc 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,15 @@ +[![All Contributors](https://img.shields.io/badge/all_contributors-11-orange.svg?style=flat-square)](#contributors-) + + +[![All Contributors](https://img.shields.io/badge/all_contributors-0-orange.svg?style=flat-square)](#contributors-) + + [![All Contributors](https://img.shields.io/badge/all_contributors-10-orange.svg?style=flat-square)](#contributors-) + Typing SVG @@ -209,21 +216,22 @@ Thanks goes to these wonderful people ( [emoji key](https://allcontributors.org - - - - - - - + + + + + + + - - - + + + + - +
Dhairya Gothi
Dhairya Gothi

💻
Tarun Kumar
Tarun Kumar

💻
Shivani Nikam
Shivani Nikam

💻
Subham Singh
Subham Singh

💻
Prem Kolte
Prem Kolte

💻
Mihir Sai Dudekula
Mihir Sai Dudekula

💻
Riddhi M
Riddhi M

💻
Dhairya Gothi
Dhairya Gothi

💻
Tarun Kumar
Tarun Kumar

💻
Shivani Nikam
Shivani Nikam

💻
Subham Singh
Subham Singh

💻
Prem Kolte
Prem Kolte

💻
Mihir Sai Dudekula
Mihir Sai Dudekula

💻
Riddhi M
Riddhi M

💻
Rishita Mehta
Rishita Mehta

💻
Shreya D
Shreya D

💻
Mrityunjay Singh
Mrityunjay Singh

💻
Rishita Mehta
Rishita Mehta

💻
Shreya D
Shreya D

💻
Mrityunjay Singh
Mrityunjay Singh

💻
itsbhh
itsbhh

💻
diff --git a/frontend/.gitignore b/frontend/.gitignore index a547bf3..3505f47 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -22,3 +22,6 @@ dist-ssr *.njsproj *.sln *.sw? + +# Lock files +package-lock.json diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 7cd4436..5b8d525 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -5819,6 +5819,7 @@ "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.8.tgz", "integrity": "sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ==", "dev": true, + "license": "MIT", "dependencies": { "esbuild": "^0.21.3", "postcss": "^8.4.43", diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index bffc1dc..fbe0ef5 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -4,7 +4,7 @@ import LoginPage from './Pages/LoginPage'; import Register from './Pages/Register'; import { BrowserRouter as Router, Routes, Route } from 'react-router-dom'; import chatbotsvg from './assets/svg/chatbot.svg'; - +import { useNavigate, Outlet } from 'react-router-dom'; import './App.css' function App() { @@ -19,7 +19,7 @@ function App() { {/* This route is just for testing protected routes it can be removed later when there is a route other than login or signup */} }> -

Logged in

} /> +

Logged in

} />
@@ -35,7 +35,7 @@ function App() { export default App; -import { useNavigate, Outlet } from 'react-router-dom'; + export function ProtectedRoute() { const navigate = useNavigate(); diff --git a/frontend/src/Pages/Herosection.jsx b/frontend/src/Pages/Herosection.jsx index 0509f55..d1e68f3 100644 --- a/frontend/src/Pages/Herosection.jsx +++ b/frontend/src/Pages/Herosection.jsx @@ -27,10 +27,8 @@ const Herosection = () => {
-
-
-

Namaste !! Yatree

+

Namaste !! Yatree