diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..3541248 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,4 @@ +{ + "WillLuke.nextjs.addTypesOnSave": true, + "WillLuke.nextjs.hasPrompted": true +} \ No newline at end of file diff --git a/README.md b/README.md index 6a447d1..1d0b59c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,16 @@ # touch-grass.tech A social game for going outside, touching grass, and competing with friends -## Tech Stack +## What is it? +Touch Grass is a gamified social site to share your adventures while competing with friends to grow the best garden! + +It extracts location data from your posts to plant a unique flower from that region. + +Add your friends and see who can grow the most plants! + + +## Tech - Next.js -- Prisma ORM -- PostgreSQL \ No newline at end of file +- Prisma +- Postgre +- Vercel \ No newline at end of file diff --git a/app/layout.tsx b/app/layout.tsx index cef0f0f..1c241d6 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -7,6 +7,7 @@ import { Menu } from "lucide-react"; import { Sheet, SheetContent, SheetTrigger, SheetTitle } from "@/components/ui/sheet"; import { VisuallyHidden } from "@radix-ui/react-visually-hidden"; import Image from 'next/image' +import Footer from "@/components/footer"; const geistSans = Geist({ variable: "--font-geist-sans", @@ -36,19 +37,19 @@ export default function RootLayout({ {/* ===== HEADER ===== */}
- - Touch Grass - Touch Grass - + + Touch Grass + Touch Grass + {/* --- Mobile Menu --- */}
@@ -64,24 +65,24 @@ export default function RootLayout({