Skip to content

brucean52/react-contact-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Contact List

Description

A simple demo app using Material UI v5 to demonstrate table sorting and CRUD on the front end.

Alt text Alt text

Installation and Setup

In the project directory, you can run:

npm install

Installs the necessary modules to run the application.

npm start

Runs the app in development mode. Open http://localhost:3000 to view it in your browser.

npm test

Runs the applications tests. Test code was wrtten using React Testing Library.