Fixed Software Used table

This commit is contained in:
2020-02-19 00:57:34 +01:00
parent ae7d63db35
commit 9dc003c9b0
+7 -6
View File
@@ -26,9 +26,10 @@ The build is minified and the filenames include the hashes. Your app is ready to
- [ ] The dashboard should render a Paginated List. - [ ] The dashboard should render a Paginated List.
### Software used ### Software used
\# | Software | Reason \# | Software | Reason |
--- | --- | --- --- | --- | --- |
1. | React | Requirement. \1. | React | Requirement. |
2. | React Router | To route between different components, a react router is used. \2. | React Router | To route between different components, a react router is used. |
3. | TypeScript | To make use of the strong types, I made use of TypeScript \3. | TypeScript | To make use of the strong types, I made use of TypeScript |
4. | Bootstrap | To structure the front-end, bootstrap is used. \4. | Bootstrap | To structure the front-end, bootstrap is used. |
\5. | Axios | To communicate with external API's, I added Axios. |