An open API service indexing awesome lists of open source software.

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

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

![](https://github.com/RJohnPaul/CRUD-Basic-App/blob/main/Demo.gif)

## Contributing

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