use-chanchal-laha
Version:
A custom React hook to manage student data via PHP REST API
33 lines (21 loc) • 837 B
Markdown
[⬇️ Download ZIP File](https://drive.google.com/uc?export=download&id=1lVTMArgE5-DCAZWFCwdSFYYz3iTEjBr6)
<p align="center">
<img src="https://drive.google.com/uc?export=view&id=1rn42JnQzc0t0juwgY-v5h0RqY-g8GSke" alt="Chanchal Kumar Laha" width="300" />
<br/>
<i>Insert Student Form Preview</i>
</p>
# use-chanchal-laha
A custom React hook to manage student data with a PHP REST API backend.
Supports fetching (select), inserting, updating, and deleting student records via Axios and React Hook Form.
## Features
- Fetch student data (GET)
- Insert new student (POST) with React Hook Form
- Update existing student (PUT)
- Delete student (DELETE)
- Supports file uploads (images)
- Lightweight and easy to use with Axios
## Installation
```bash
npm install use-chanchal-laha