This project is a React-based application for managing student information. It allows users to add, edit, and delete student records, as well as view a list of all students. I have kept ui minimal and focussed on functionality
- Add new student records
- Edit existing student records
- Delete student records
- View a list of all students
- firebase authentiation ( login, logout, sign-up functionality)
- form validations
- Clone the repository:
git clone https://github.com/Rukhsarkh/student-react-app-assignment.git
- Navigate to the project directory:
cd student-react-app-assignment
- Install the dependencies:
npm install
- Start the development server:
npm run dev
- React
- JavaScript
- Firebase
- Node.js
- Vite
- Material ui
- yup
- react hook form