The school database application is an hypothetical platform that manages students record.
- Add new student records
- View existing student records
- Manage student records
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen 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.
- Click on the "Add Record" button.
- Fill in the details for the new student record in the form:
- Name
- Age
- Graduation Year
- Current Class
- Click the "Add Record" button to submit the form.
- The new student record will be added to the database.
The main page displays a list of all student records. You can view the details of each student record.