Skip to content

rbhachu/react-logistics-portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Logistics Portal MVP

Live Link

Features

  • Bootstrap template
  • Bootstrap modal popup for order details
  • Bootstrap alert messages
  • Axios for secure API fetching
  • SASS
  • React date range picker
  • Bearer Token Authentication
  • React unit test to check h1 text load
  • Data preloading animation
  • .env vars

Run

npm install
npm start

Example1 Example2 Example3

Testing

React Testing Library

run npm test to perform testing
Basic test to check page h1 title loads.
React Testing Library 1