This is a simple CRUD (Create, Read, Update, Delete) application built using React, allowing users to manage student records. Users can add new students with details such as full name, class, roll number, subject, and date of birth.
Features Create new student records Read existing student records Update student details Delete student records
Prerequisites Node.js and npm (Node Package Manager) installed on your machine
Installing
- Clone the repository to your local machine using the following command: git clone [respository name] 2.Navigate to the project directory: cd Project-name 3.Install dependencies: npm install