Create a delivery service that allow users to send parcels to different destinations.
This repository contains only the frontend implementation of the SendIT project. You can click here to check the backend implementation.
Start by cloning the repository to your local machine
git clone https://github.com/teepha/send-it-react.git
cd send-it-react
Next install the package dependencies by running
npm install
After that start or build the application by running
npm start # For a local development
npm run heroku-postbuild and node server # For Production
npm test