Skip to content

Application for managing a list of customers (JavaScript, React, IndexedDB). Simple application to learn React basics.

Notifications You must be signed in to change notification settings

YoC00lig/Customer-Management-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📌 Customer Management App

A simple application for managing a list of customers.

🔺 Functional requirements:

The application allows:

  • adding a customer,
  • editing an existing customer
  • deleting a customer

🔺 Technologies used:

  • JavaScript
  • ReactJS
  • IndexedDB

🔺 How to run:

Firstly install dependencies:

npm install

Secondly start the app:

npm start

🔺 Preview:

After adding a customer, if any of the input values are empty or VatID < 0, the customer will not be added and a modal will be displayed:

It is possible to edit a previously added customer. You need to enter their new data and click 'Edit customer' button.

About

Application for managing a list of customers (JavaScript, React, IndexedDB). Simple application to learn React basics.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published