https://github.com/umarfarooq361/customer-record-management
This project is a Record Management Dashboard built using the Django framework. The application allows users to create, view, update, and delete records such as customer or client details. It provides a user-friendly interface for managing records, displaying them in a well-structured table, and viewing details using a card layout.
https://github.com/umarfarooq361/customer-record-management
bootstrap django django-framework html-css-javascript python3
Last synced: 5 months ago
JSON representation
This project is a Record Management Dashboard built using the Django framework. The application allows users to create, view, update, and delete records such as customer or client details. It provides a user-friendly interface for managing records, displaying them in a well-structured table, and viewing details using a card layout.
- Host: GitHub
- URL: https://github.com/umarfarooq361/customer-record-management
- Owner: UmarFarooq361
- Created: 2024-08-22T20:17:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-22T20:27:16.000Z (almost 2 years ago)
- Last Synced: 2025-03-05T08:12:33.495Z (over 1 year ago)
- Topics: bootstrap, django, django-framework, html-css-javascript, python3
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Overview
This project is a Record Management Dashboard built using the Django framework. The application allows users to create, view, update, and delete records such as customer or client details. It provides a user-friendly interface for managing records, displaying them in a well-structured table, and viewing details using a card layout.
## Features
#### User Authentication with Login Required
#### CRUD (Create, Read, Update, Delete) Functionality for Records
#### Responsive Table Layout for Viewing Records
#### Detailed View of Each Record with a Card Interface
#### Message Notifications for Success Actions (e.g., record created, updated)
#### Integrated with Bootstrap for a clean UI
## Technologies Used
#### Django: Backend framework for handling data, views, and user authentication.
#### HTML/CSS: Frontend for creating the structure and styling of the application.
#### Bootstrap: Used for styling, layout, and responsiveness.
#### JavaScript: Handles dynamic behavior like notification timing.
#### SQLite: Default database for storing records.
#### Django Messages Framework: For displaying success and error notifications.