https://github.com/rjohnpaul/crud-basic-app
A CRUD Application with basic html and js utilizing bootstrap
https://github.com/rjohnpaul/crud-basic-app
Last synced: about 7 hours ago
JSON representation
A CRUD Application with basic html and js utilizing bootstrap
- Host: GitHub
- URL: https://github.com/rjohnpaul/crud-basic-app
- Owner: RJohnPaul
- License: mit
- Created: 2024-03-29T20:03:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-27T06:17:04.000Z (about 1 year ago)
- Last Synced: 2025-01-20T07:44:02.288Z (5 months ago)
- Language: HTML
- Homepage: https://crud-basic-app.vercel.app
- Size: 1.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CRUD Application
This is a CRUD (Create, Read, Update, Delete) application built using basic HTML, CSS, and Javascript made for beginners
## Description
The CRUD application allows users to perform basic CRUD operations on Users can add new students, view the list of students, edit student details, and delete students from the list.
## Features
- Add new students with their first name, last name, and roll number.
- View a list of students with their details.
- Edit existing student details.
- Delete students from the list.## Usage
1. Clone the repository to your local machine:
```bash
git clone https://github.com/RJohnPaul/CRUD-Basic-App
```2. Open the `index.html` file in your web browser to use the CRUD application.
## Demo

## Contributing
Contributions are welcome! Please feel free to submit issues or pull requests.