This project is a Student Registration Portal developed as a Full Stack Developer challenge by Qamer Software Technology. The goal of the project is to create a user-friendly web application that allows administrators to register new students and manage their details efficiently. The application is built using the MERN stack, which includes MongoDB, Express, React, and Node.js.
- Student Registration Form
- View Registered Student List
- CRUD operations for managing student data
- Frontend: React
- Backend: Node.js and Express
- Database: MongoDB
- Created a responsive Home Page with navigation.
- Developed a functional Registration Form with validation.
- Implemented a Display Registered Students Page with options for CRUD operations.
- Ensured mobile responsiveness for all pages.
- Clone the repository:
git clone https://github.com/yourusername/student-registration-portal.git
- Navigate to the project directory:
cd Student-Registration-Form - Navigate to Frontend Directory:
cd frontend - Install the necessary packages:
npm install
- Start the development server:
npm run dev
- Then open
localhost:5173 on your browser





