Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apsarawitharana/aad-assignment-javaee-pos-frontend
The front-end of the Rice Milling Management system is responsible for delivering a user-friendly interface, The front-end leverages HTML, CSS, jQuery, and AJAX to create a dynamic and responsive web application.
https://github.com/apsarawitharana/aad-assignment-javaee-pos-frontend
ajax boostrap css html javascript scss
Last synced: about 1 month ago
JSON representation
The front-end of the Rice Milling Management system is responsible for delivering a user-friendly interface, The front-end leverages HTML, CSS, jQuery, and AJAX to create a dynamic and responsive web application.
- Host: GitHub
- URL: https://github.com/apsarawitharana/aad-assignment-javaee-pos-frontend
- Owner: ApsaraWitharana
- License: mit
- Created: 2024-07-24T11:28:05.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T08:45:00.000Z (4 months ago)
- Last Synced: 2024-08-13T10:25:06.877Z (4 months ago)
- Topics: ajax, boostrap, css, html, javascript, scss
- Language: SCSS
- Homepage:
- Size: 5.48 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# POS System Frontend
## Table of Contents
- [Introduction](#introduction)
- [Features](#features)
- [Technologies Used](#technologies-used)
- [Setup and Installation](#setup-and-installation)
- [Usage](#usage)
- [API Endpoints](#api-endpoints)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)## Introduction
The POS System Frontend is a web-based application designed to handle sales transactions, manage customer data, and generate reports. It provides a user-friendly interface for interacting with the backend services.## Features
- Add, update, and delete customers
- View customer list
- Place orders and view order history
- Update item quantities
- User authentication and authorization## Technologies Used
- HTML
- CSS
- JavaScript
- jQuery
- Bootstrap (if applicable)
- AJAX for API calls
## Project Structure### Front-end
The front-end code is organized in a structured manner, ensuring clarity and maintainability. Key directories and files include:
- index.html: The main entry point for the web application.
- contollers/: Directory for JavaScript files, including jQuery and AJAX functionality.
- contollers/validations/: Directory for validation contollers
- assets/: Other resources used in the application, bootstrap, font-awesome and jquery
#### Front-end- jQuery : JavaScript library for simplifying client-side scripting. (Version 3.3.1)
- Bootstrap : Front-end framework for responsive and mobile-first web development. (Version 5.3.2)
- Font-Awesome : Icon font and CSS framework for scalable vector icons. (Version 6.4.2)## Setup and Installation
To set up the project locally, follow these steps:1. **Clone the repository:**
```bash
git clone https://github.com/ApsaraWitharana/AAD-Assignment-JavaEE-Pos-Frontend.git๐๏ธ๐ง๐ฒ๐ฐ๐ต๐ป๐ผ๐น๐ผ๐ด๐ ๐๐๐ฎ๐ฐ๐ธ โ๏ธHTML โ๏ธCSS โ๏ธJS โ๏ธBootstrap
Item Form
![Screenshot 2024-06-02 225255](https://github.com/ApsaraWitharana/Pos-System--Bootstrap/assets/139870615/d003795f-5b00-4023-94f6-6ca52c51ec52)
Customer Form
![Screenshot 2024-06-03 151556](https://github.com/ApsaraWitharana/Pos-System--Bootstrap/assets/139870615/1f06dffa-b348-452e-9733-36a0f49f45e1)
Order Form
![Screenshot 2024-06-02 230217](https://github.com/ApsaraWitharana/Pos-System--Bootstrap/assets/139870615/e69bb393-7067-4b35-aa7a-45d649307023)
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.#### This project is licensed under the [MIT License](LICENSE)
#### ยฉ 2024 All Right Reserved, Designed By [Sachini Apsara](https://github.com/ApsaraWitharana)