wilsonfilhodev / app-crud-item-example

Example CRUD using Angular 7 + PrimeNg + LocalStorage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

CRUD app with Angular 7 and PrimeNG 7

This example app shows how to build a basic CRUD app with Angular 7.0, PrimeNG and localstorage.

Contents

Quick start

Warning

Verify that you are running at least node 8.9.x and npm 5.x.x by running node -v and npm -v in a terminal/console window. Older versions produce errors, but newer versions are fine.

  1. Go to project folder and install dependencies.
npm install
  1. Launch development server:
npm start
  1. Open aplication in browser:
http://localhost:4200/

What's included

  • CRUD: create, update and remove items with localstorage!
  • Search bar, to look for items
  • Modal Confirm (PrimeNG ConfirmDialog)
  • Toasts (PrimeNG Toast)
  • Responsive layout (PrimeNG Grid)
  • Datatable (PrimeNG TurboTable)

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Example CRUD using Angular 7 + PrimeNg + LocalStorage


Languages

Language:TypeScript 63.6%Language:HTML 26.3%Language:JavaScript 5.3%Language:CSS 4.8%