Feel free to contribute! 🌈✨
CRUD Application A CRUD (Create, Read, Update, Delete) application is a software program or web application that performs the four basic operations on data within a database or storage system. These operations correspond to the key functions for managing and manipulating data records:
Create: This operation involves adding new data records to the system. Users can input information or data, and the application stores it in the database.
Read: In the "Read" operation, users can retrieve and view data from the database. It allows users to search for specific records, view individual data items, or generate reports based on the stored data.
Update: Users can modify existing data records in the "Update" operation. This includes editing or changing information within the database to reflect updated or corrected data.
Delete: The "Delete" operation allows users to remove data records from the system. This is typically done when data is no longer needed or is obsolete.
CRUD Application is a part of Hacktoberfest 2023, an annual celebration of open source contributions. You can contribute to CRUD Application by participating in Hacktoberfest. Whether you're a seasoned developer or just starting your open-source journey, your contributions are always welcomed by Open Source Chandigarh!
We appreciate your interest in contributing to CRUD Application. Here's how you can get started:
-
Find Issues or Create your Own We appreciate you solving existing issues in the repository in the issues tab or to create new
-
Fork the Repository: Click the "Fork" button at the top of this repository to create a copy in your GitHub account.
-
Clone Your Fork: Clone your fork to your local machine with
git clone
. -
Create a New Branch: Make a new branch for your work with a descriptive name.
-
Make Changes: Implement your desired feature or fix a bug.
-
Test and Commit: Ensure your changes work as expected, write clear commit messages, and push your branch to your fork.
-
Open a Pull Request: Create a pull request from your fork to this repository. Provide a concise title and description.
We'll review your contribution and collaborate to merge it into the project. Please adhere to our code of conduct and guidelines.
If you have questions or need assistance, feel free to open an issue.
Thank you for making CRUD Application even better!
Happy Hacking!
- HTML
- CSS
- Javascript
- Parth Gera, Technical Head, Open Source Chandigarh(https://github.com/Parthgera99)