CRUDify is a user-friendly interface implemented with HTML, CSS, and JavaScript, enabling seamless Create, Read, Update, and Delete operations on user data. It provides a simple and intuitive way to interact with user data, making it ideal for web developers looking to implement CRUD functionality in their projects.
- Project Site: CRUDify
- Project API: Dummy JSON API
To use CRUDify, simply visit the project site and follow the on-screen instructions. You can log in using the following credentials:
- Username: emilys
- Password: emilyspass
CRUDify provides a clean and responsive interface, making it easy to manage user data efficiently.
CRUDify offers the following major CRUD operations:
- Users CRUD: Dummy JSON Users API
- Search Users: Dummy JSON Search API
These APIs allow you to create, read, update, and delete user data, as well as search for specific users based on certain criteria.
To get a local copy of CRUDify up and running, follow these steps:
- Clone the repository:
git clone https://github.com/Fakher-Zaman/CRUDify.git
- Navigate to the project directory:
cd CRUDify-master
- Open the
index.html
file in your browser
You can now interact with CRUDify locally and explore its features.
Contributions to CRUDify are welcome and encouraged! If you have ideas for new features, bug fixes, or improvements, please follow these steps:
- Fork the project
- Create a new branch:
git checkout -b feature/your_feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin feature/your_feature
- Submit a pull request
Your contributions help make CRUDify better for everyone. Thank you for your support!
Distributed under the MIT License. See LICENSE
for more information.
For any questions, feedback, or support, please contact Fakher Zaman. You can also visit the project repository for more information.