Assignment from Latracal
Create a React App, Following are the things required in the app -
-
- Create a Studence attendence app where you can enter the Roll number of Student and student name and keep a count of currently present and total students.
- These data has to be created using the useState() and useEffect() functions.
- You are free to create any type of interface, there are no restrictions.
-
- Should be able to input Student Roll number and Student Name.
- Check-in Time and Check-out Time.
- Should be able to check how many Students are Present and Total Students .
-
- React
- Styled-components
- GLassmorphism CSS
git clone
https://github.com/GovindaJeswani/Student-attendence--assignment.gitcd Latracal-assignment
npm i
npm start