A simple React app that allows users to track student attendance using components and the useState hook.
- Add student names
- Mark students as present or absent
- Delete student from the list
- Simple UI using React components
- Uses
useStatefor managing state
- Clone the repository:
git clone https://github.com/mostafaraihan/useState-Student-Attendance-App-components_use.git