├── .eslintrc.cjs ├── .gitignore ├── CNAME ├── Login.css ├── Login.jsx ├── Navbar.jsx ├── README.md ├── index.html ├── netlify.toml ├── package.json ├── public ├── Amul vaniila magic.webp ├── Burrito.JPG ├── Chicken 65.jpeg ├── Chicken curry Rice.jpg ├── about us.jpeg ├── about-img.png ├── amul butter scotch.webp ├── amul choco 250 ml.webp ├── amul frriut nut.webp ├── amul tricone.webp ├── appam.jpeg ├── bd1.jpeg ├── black current.jpeg ├── briyani.jpeg ├── bun porotta.jpeg ├── burger.jpeg ├── butterscotch.jpg ├── chappati.jpeg ├── chicken dosa.jpeg ├── chicken fried rice.jpeg ├── chicken kpottu poroota.jpeg ├── chicken lolly pop.jpeg ├── choco cone.jpeg ├── dark choco.jpeg ├── dosa.jpeg ├── edly.jpeg ├── egg dosa.jpeg ├── foody.png ├── french fries.jpeg ├── fried rice.jpeg ├── hot dog.jpeg ├── juice.jpeg ├── kerala-prawn-curry.webp ├── kottu poratto.jpeg ├── main_img.png ├── masala dosa.jpeg ├── meals.jpeg ├── mutton briyani.jpeg ├── noodels.jpeg ├── order now.png ├── pista.jpeg ├── pizza.jpeg ├── poori.jpeg ├── porotta.jpeg ├── prawn briyani.jpeg ├── puttu.jpeg ├── rest.jpeg ├── restarent.jpeg ├── sambar rice.jpeg ├── strawberry.jpeg ├── uttapam.jpeg ├── veg briyani.jpeg └── vite.svg ├── src ├── App.css ├── App.jsx ├── Restaruents.jsx ├── assets │ └── react.svg ├── components │ ├── About.jsx │ ├── Body.jsx │ ├── Contact.jsx │ ├── Counter.jsx │ ├── Header.jsx │ ├── Home.jsx │ ├── Login.jsx │ ├── Menu.jsx │ ├── Order.jsx │ ├── ResCard.jsx │ ├── ResDetails.jsx │ ├── Search.jsx │ ├── about.css │ ├── contact.css │ ├── header.css │ ├── home.css │ ├── menu.css │ ├── menuitems.jsx │ └── search.css ├── handleLogin.jsx ├── index.css ├── main.jsx └── server.jsx └── vite.config.js /.eslintrc.cjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/.eslintrc.cjs -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/.gitignore -------------------------------------------------------------------------------- /CNAME: -------------------------------------------------------------------------------- 1 | navora.net.in -------------------------------------------------------------------------------- /Login.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/Login.css -------------------------------------------------------------------------------- /Login.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/Login.jsx -------------------------------------------------------------------------------- /Navbar.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/Navbar.jsx -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/README.md -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/index.html -------------------------------------------------------------------------------- /netlify.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/netlify.toml -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/package.json -------------------------------------------------------------------------------- /public/Amul vaniila magic.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/Amul vaniila magic.webp -------------------------------------------------------------------------------- /public/Burrito.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/Burrito.JPG -------------------------------------------------------------------------------- /public/Chicken 65.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/Chicken 65.jpeg -------------------------------------------------------------------------------- /public/Chicken curry Rice.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/Chicken curry Rice.jpg -------------------------------------------------------------------------------- /public/about us.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/about us.jpeg -------------------------------------------------------------------------------- /public/about-img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/about-img.png -------------------------------------------------------------------------------- /public/amul butter scotch.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/amul butter scotch.webp -------------------------------------------------------------------------------- /public/amul choco 250 ml.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/amul choco 250 ml.webp -------------------------------------------------------------------------------- /public/amul frriut nut.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/amul frriut nut.webp -------------------------------------------------------------------------------- /public/amul tricone.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/amul tricone.webp -------------------------------------------------------------------------------- /public/appam.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/appam.jpeg -------------------------------------------------------------------------------- /public/bd1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/bd1.jpeg -------------------------------------------------------------------------------- /public/black current.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/black current.jpeg -------------------------------------------------------------------------------- /public/briyani.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/briyani.jpeg -------------------------------------------------------------------------------- /public/bun porotta.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/bun porotta.jpeg -------------------------------------------------------------------------------- /public/burger.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/burger.jpeg -------------------------------------------------------------------------------- /public/butterscotch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/butterscotch.jpg -------------------------------------------------------------------------------- /public/chappati.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/chappati.jpeg -------------------------------------------------------------------------------- /public/chicken dosa.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/chicken dosa.jpeg -------------------------------------------------------------------------------- /public/chicken fried rice.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/chicken fried rice.jpeg -------------------------------------------------------------------------------- /public/chicken kpottu poroota.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/chicken kpottu poroota.jpeg -------------------------------------------------------------------------------- /public/chicken lolly pop.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/chicken lolly pop.jpeg -------------------------------------------------------------------------------- /public/choco cone.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/choco cone.jpeg -------------------------------------------------------------------------------- /public/dark choco.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/dark choco.jpeg -------------------------------------------------------------------------------- /public/dosa.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/dosa.jpeg -------------------------------------------------------------------------------- /public/edly.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/edly.jpeg -------------------------------------------------------------------------------- /public/egg dosa.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/egg dosa.jpeg -------------------------------------------------------------------------------- /public/foody.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/foody.png -------------------------------------------------------------------------------- /public/french fries.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/french fries.jpeg -------------------------------------------------------------------------------- /public/fried rice.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/fried rice.jpeg -------------------------------------------------------------------------------- /public/hot dog.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/hot dog.jpeg -------------------------------------------------------------------------------- /public/juice.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/juice.jpeg -------------------------------------------------------------------------------- /public/kerala-prawn-curry.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/kerala-prawn-curry.webp -------------------------------------------------------------------------------- /public/kottu poratto.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/kottu poratto.jpeg -------------------------------------------------------------------------------- /public/main_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/main_img.png -------------------------------------------------------------------------------- /public/masala dosa.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/masala dosa.jpeg -------------------------------------------------------------------------------- /public/meals.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/meals.jpeg -------------------------------------------------------------------------------- /public/mutton briyani.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/mutton briyani.jpeg -------------------------------------------------------------------------------- /public/noodels.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/noodels.jpeg -------------------------------------------------------------------------------- /public/order now.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/order now.png -------------------------------------------------------------------------------- /public/pista.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/pista.jpeg -------------------------------------------------------------------------------- /public/pizza.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/pizza.jpeg -------------------------------------------------------------------------------- /public/poori.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/poori.jpeg -------------------------------------------------------------------------------- /public/porotta.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/porotta.jpeg -------------------------------------------------------------------------------- /public/prawn briyani.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/prawn briyani.jpeg -------------------------------------------------------------------------------- /public/puttu.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/puttu.jpeg -------------------------------------------------------------------------------- /public/rest.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/rest.jpeg -------------------------------------------------------------------------------- /public/restarent.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/restarent.jpeg -------------------------------------------------------------------------------- /public/sambar rice.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/sambar rice.jpeg -------------------------------------------------------------------------------- /public/strawberry.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/strawberry.jpeg -------------------------------------------------------------------------------- /public/uttapam.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/uttapam.jpeg -------------------------------------------------------------------------------- /public/veg briyani.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/veg briyani.jpeg -------------------------------------------------------------------------------- /public/vite.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/public/vite.svg -------------------------------------------------------------------------------- /src/App.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/App.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/src/App.jsx -------------------------------------------------------------------------------- /src/Restaruents.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/src/Restaruents.jsx -------------------------------------------------------------------------------- /src/assets/react.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/src/assets/react.svg -------------------------------------------------------------------------------- /src/components/About.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/src/components/About.jsx -------------------------------------------------------------------------------- /src/components/Body.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/src/components/Body.jsx -------------------------------------------------------------------------------- /src/components/Contact.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/src/components/Contact.jsx -------------------------------------------------------------------------------- /src/components/Counter.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/src/components/Counter.jsx -------------------------------------------------------------------------------- /src/components/Header.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/src/components/Header.jsx -------------------------------------------------------------------------------- /src/components/Home.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/src/components/Home.jsx -------------------------------------------------------------------------------- /src/components/Login.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/src/components/Login.jsx -------------------------------------------------------------------------------- /src/components/Menu.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/src/components/Menu.jsx -------------------------------------------------------------------------------- /src/components/Order.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/src/components/Order.jsx -------------------------------------------------------------------------------- /src/components/ResCard.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/src/components/ResCard.jsx -------------------------------------------------------------------------------- /src/components/ResDetails.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/src/components/ResDetails.jsx -------------------------------------------------------------------------------- /src/components/Search.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/src/components/Search.jsx -------------------------------------------------------------------------------- /src/components/about.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/src/components/about.css -------------------------------------------------------------------------------- /src/components/contact.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/src/components/contact.css -------------------------------------------------------------------------------- /src/components/header.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/src/components/header.css -------------------------------------------------------------------------------- /src/components/home.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/src/components/home.css -------------------------------------------------------------------------------- /src/components/menu.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/src/components/menu.css -------------------------------------------------------------------------------- /src/components/menuitems.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/src/components/menuitems.jsx -------------------------------------------------------------------------------- /src/components/search.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/src/components/search.css -------------------------------------------------------------------------------- /src/handleLogin.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/src/handleLogin.jsx -------------------------------------------------------------------------------- /src/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/src/index.css -------------------------------------------------------------------------------- /src/main.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/src/main.jsx -------------------------------------------------------------------------------- /src/server.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/src/server.jsx -------------------------------------------------------------------------------- /vite.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NaveenKumar2003/Food-Website-/HEAD/vite.config.js --------------------------------------------------------------------------------