Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weblineindia/angular-local-storage-crud-management
Manage products seamlessly using Angular with local storage. This CRUD application provides efficient data operations, utilizing local storage for a persistent user experience. Elevate your web development with Angular's power and local storage convenience. #Angular #LocalStorage #CRUD #ProductManagement
https://github.com/weblineindia/angular-local-storage-crud-management
angular angular-components angular-material angular15 crud data-operations frontend local-storage local-storage-persistence product-management typescript user-interface web-development
Last synced: about 1 month ago
JSON representation
Manage products seamlessly using Angular with local storage. This CRUD application provides efficient data operations, utilizing local storage for a persistent user experience. Elevate your web development with Angular's power and local storage convenience. #Angular #LocalStorage #CRUD #ProductManagement
- Host: GitHub
- URL: https://github.com/weblineindia/angular-local-storage-crud-management
- Owner: weblineindia
- License: mit
- Created: 2023-12-26T04:38:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-29T15:42:39.000Z (10 months ago)
- Last Synced: 2024-11-10T00:33:24.132Z (3 months ago)
- Topics: angular, angular-components, angular-material, angular15, crud, data-operations, frontend, local-storage, local-storage-persistence, product-management, typescript, user-interface, web-development
- Language: TypeScript
- Homepage: https://www.weblineindia.com/communities.html
- Size: 579 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Angular Local Storage CRUD Management
This Angular application provides functionality for product crud management using Angular Material components and local storage. It is designed to be a modular and user-friendly solution for managing product details in a web application.
## Features
**CRUD:**
- Allow users to update product information such as Product Title, Description, Status, Date and Category details.
- Utilize Angular Material forms and input components for a consistent and responsive user interface.
- It stores the data in local storage.## Prerequisites
Before running the application, make sure you have the following installed:
- [Node.js](https://nodejs.org/) (version 12 or higher)
- [Angular CLI](https://angular.io/cli) (installed globally)## Getting Started
1. **Clone the repository:**
```bash
git clone https://github.com/weblineindia/Angular-Local-Storage-CRUD-Management.git
2. **Navigate to the project directory**
```bash
cd Angular-Local-Storage-CRUD-Management3. **Install Dependencies**
```bash
npm install4. **Run the Application**
```bash
ng serve
```## Usage
1. Start the development server:
```bash
ng serve
```2. Open your web browser and navigate to `http://localhost:4200/` to access the product management pages.
## Contributing
If you'd like to contribute to this project, please follow these guidelines:
1. Fork the repository.
2. Create a new branch for your feature: `git checkout -b feature-name`.
3. Make your changes and commit them: `git commit -m 'Add some feature'`.
4. Push to the branch: `git push origin feature-name`.
5. Create a pull request.## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
## Contact
We have built many other components and free resources for software development in various programming languages. Kindly click here to view our Free Resources for [Software Development](https://www.weblineindia.com/communities.html).
---
Happy coding! 😊