Skip to content

atcampbell/customers-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

customers-app

App to add, edit and remove customers.

Implemented using React, React-Router, Webpack, MaterialUI, Express and tested with Jest and Enzyme.

The app reads and writes customer data to a local file.

To run cd into the main directory and npm install then npm start to start the express server. cd src, then npm install - npm start to run the react application.

Available routes are:

  • 'localhost:8080/' to display all customers and delete a customer
  • 'localhost:8080/{customerID}' to display and edit a single customer
  • 'localhost:8080/create' to create a new customer

There is a known issue where inputting a blank date field into the customer last contact field will save an invalid date.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published