Project Info
This is a Next.js project bootstrapped with create-next-app.
Getting Started
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.
Learn More
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
Deploy on Vercel
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
Analysis
View
Metric
- 21
Figures cover GitHub contributors during the hackathon window. A co-authored commit counts in full for each author, so per-member totals add up to more than the whole-team figures.
Technology
- CSSIn code
- Next.jsIn code
- ReactIn code
- Tailwind CSSIn code
- TypeScriptIn code
5 of 5 appear in the indexed code.
AI coding agents
No AI coding agent signals were found in this repository.
Detected from committed agent config files and commit authorship. Absence of a signal is not proof an agent was unused.
Codebase size
Source size
8.5 KB
Source files
13
Counts recognized source files only; vendored directories, binaries and lockfiles are excluded, so this is smaller than the repository on disk.
Repository
KYUTI3/Grood
23 files · 505 KB · @ 0b9a0e7
Structure
Interface
11 files · 48%Screens, components and styles rendered to the user.
Supporting
Layers are inferred from where files sit in the tree, not from reading the code. A project that names its directories unconventionally will read oddly here — open the file browser to check anything the diagram implies.
Languages
- TypeScript79%
- Markdown17%
- CSS5%
Share of indexed source by file size. Binary and vendored files are excluded.
Dependencies
package.json
npm · 14- @nextui-org/accordion
- @nextui-org/button
- @nextui-org/navbar
- @nextui-org/react
- butteruptoasts
- next
- react
- react-dom
- +6 more
Declared in the repository’s manifests at the indexed commit. A declared package is not proof it is used, and runtime dependencies are listed first.
Feature verification
Landing page with hero, sign-up, and info accordionVerified
A marketing/landing page introduces Grood with a hero section, sign-up button, and an FAQ-style accordion explaining what it does
Claimed on readmehigh confidencesrc/app/page.tsx:39— Renders hero section with logo, title, tagline, and a 'Sign Up!' buttoncomponents/Accordion.tsx:6— Defines an Accordion with items explaining what Grood is and how it works, though it is commented out in page.tsx and not actually rendered
Next.js app bootstrapped with create-next-appVerified
This is a Next.js project bootstrapped with create-next-app, editable via app/page.tsx
Claimed on readmehigh confidencepackage.json:17— next dependency and standard next dev/build/start scripts presentsrc/app/layout.tsx:1— Standard Next.js App Router layout file exists
Elapsed time / timer tracking during testCode-supported
The app tracks elapsed time while the user types (implied by 'typing test simulator')
Claimed on Devpostlow confidencecomponents/ElapsedTime.tsx:15— Component calls a useTimer hook to track hours/minutes/seconds and has start/pause/reset controls, but useTimer is never imported (no timer library in package.json), and the component is not imported/rendered anywhere in the app
LLM-based grading of typing performanceClaimed only
Grood works by collecting your performance and running it through an LLM to help grade you
Claimed on readmehigh confidenceLogin functionalityClaimed only
Navbar includes a Login link, implying user authentication
Claimed on readmehigh confidenceSim page for running the typing testClaimed only
A dedicated /Sim route exists to run the typing simulation
Claimed on readmehigh confidenceText input for typing testClaimed only
Users type text into an input area to be measured for the typing test
Claimed on Devposthigh confidenceTyping test simulator (core typing test UI/logic)Claimed only
Grood is an 'Ideal Typing Test Simulator' that lets users take a typing test
Claimed on Devposthigh confidence
An AI agent derived these features from the project’s Devpost page and readme, then searched the code for each one. Verified features are backed by cited code; claimed-only features had no supporting code, which is not by itself proof a feature is missing.
Export this project's context (description, README, evidence, key source files) to chat with an AI agent elsewhere.