Skip to content

Repository files navigation

School Database Application

The school database application is an hypothetical platform that manages students record.

Features

  • Add new student records
  • View existing student records
  • Manage student records

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.

Usage

Adding a New Student Record

  • Click on the "Add Record" button.
  • Fill in the details for the new student record in the form:
    • Name
    • Age
    • Email
    • Graduation Year
    • Current Class
    • Click the "Add Record" button to submit the form.
    • The new student record will be added to the database.

Viewing Student Records

The main page displays a list of all student records. You can view the details of each student record.

About

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages