Skip to content

Latest commit

 

History

History
63 lines (37 loc) · 1.46 KB

File metadata and controls

63 lines (37 loc) · 1.46 KB

SendIT-React

SendIT is a courier service that helps users deliver parcels to different destinations. SendIT provides courier quotes based on weight categories.

Build Status Coverage Status Maintainability

Table of Contents

Technologies used

  • React JS
  • Redux
  • Jest
  • Enzyme
  • Scss
  • Bootstrap
  • Webpack

Deployed Application

Check out the deployed application Here

Installation

Pre-requisites

Install Node on your local machine

Set up

Clone this repository

  • $ git clone git@github.com:patrickf949/SendIT-React.git

Check into the Project Directory

  • $ cd SendIT-React

Check into this branch

  • $ git checkout ft-register-166269857

Install all dependencies

  • $ npm install

Run the server

  • $ npm start

Testing

In your terminal, check into the directory of the application and run

  • $ npm test