Shipping-box is a simple React application designed to manage shipping items worldwide. It features two main views: an Add Box form for capturing box and country details, and a List view for displaying the shipping data.
You can view a live version of the app here: https://ibrahim-t.github.io/shipping-box/
To get a local copy of this project up and running, follow these simple steps.
- 
Clone the repository git clone [https://github.com/ibrahim-t/shipping-box.git](https://github.com/ibrahim-t/shipping-box.git) 
- 
Navigate to the project directory cd shipping-box
- 
Install dependencies npm install 
- 
Run the application npm start This will run the app in development mode at http://localhost:3000.
- React - The JavaScript library for building user interfaces.
- React Router - For client-side routing.
- React Redux - For State Management.
- React Bootstrap - UI library for desiging Input fields & other UI widgets.
- Axios - Used axios for handling async functions