This project is a simple web app for our customers that displays a list of orders (or parcels) with some details they need to know like order status, ETAs, pickup locations, etc.
You are welcome to visit the app online online
- Node and npm;
- React;
- Recoil
-
Clone the repository to any chosen folder in your computer with the following command in termainal:
git clone https://github.com/OlgaPinchuk/parcel-tracker
-
To install dependencies open the terminal in the cloned folder and run the command
npm i- To run the app run the command
npm startIt runs the app in the development mode.
On the Home page you can see the list of parcels and search a parcel by sender, status or id.
Here you can see the search result
On this page you can see the detailed info about the chosen parcel.