This is the frontend side of Deliveries and Bots Web Application.
Thecnologies used to build and run this project.
- React.js
- Axios.js
If you like to run this amazing app in you local machine. These are the steps you should follow:
In order to execute the project, it is necessary the latest version of npm.
npm install npm@latest -g
Perfect! Let's clone the repo, and install the dependencies of the project.
- Clone the repo
git clone git@github.com:LilianaRestrepoTorres/FE-delivery-app.git
- Install NPM packages
npm install
- Run the project
npm start
- Fetching Data - Hook
Axios call http://localhost:9393/deliveries
- Components
-
Status Filter Component: Which filters deliveries by "pending", "assigned", "in_transit", "delivered" or "all" by default.
-
Sort Filter Component: Which orders deliveries ascendent or descendent by "creation_date".
-
List Deliveries: Which renders each delivery from state hook.
-
Frontend-Deliveries-app.mov
This project was built with 💚 by me.