This is a simple web application built to manage student data with full CRUD functionality (Create, Read, Update, Delete). The project is styled using Tailwind CSS to ensure a responsive and modern UI.
- Create new student entries
- Read/display student data in a clean table
- Update existing student information
- Delete student records
- Tailwind CSS-based UI with responsive design
Check out the live version of this project here:
👉 View on Netlify
Replace the above link with your actual Netlify deployment URL.
Make sure your screenshot is saved in the project folder as
screenshot.png.
- React (or plain HTML/JS depending on your stack)
- Tailwind CSS
- JavaScript
- Git & GitHub
This project is open source and available under the MIT License.
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.


