Skip to content

Open-Source-Chandigarh/CRUD-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD Application

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.

Hacktoberfest 2023

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!

Contributing

We appreciate your interest in contributing to CRUD Application. Here's how you can get started:

  1. Find Issues or Create your Own We appreciate you solving existing issues in the repository in the issues tab or to create new

  2. Fork the Repository: Click the "Fork" button at the top of this repository to create a copy in your GitHub account.

  3. Clone Your Fork: Clone your fork to your local machine with git clone.

  4. Create a New Branch: Make a new branch for your work with a descriptive name.

  5. Make Changes: Implement your desired feature or fix a bug.

  6. Test and Commit: Ensure your changes work as expected, write clear commit messages, and push your branch to your fork.

  7. 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!

Prerequisites

  • HTML
  • CSS
  • Javascript

Maintained By