Skip to content

Commit

Permalink
docs: change description
Browse files Browse the repository at this point in the history
  • Loading branch information
pure-js committed Sep 27, 2023
1 parent 40f7d08 commit 4643d3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Auto Manufacturers

SPA with React, TypeScript and Redux
SPA with React, TypeScript and Redux Toolkit

## Features

Expand All @@ -11,7 +11,7 @@ PWA

A web application with a list of vehicle manufacturers that I can click on to view them in detail.
The entire application is utilizing publicly accessible data https://vpic.nhtsa.dot.gov/api/.
The list of manufacturers is an infinite loading table with the following columns: ID, common name and country. In addition, there is an additional column with a button that leads to the detailed information page.
The list of manufacturers is an infinite loading table with the following columns: ID, common name and country. There is also an additional column with a button leading to a detailed information page.
The detail page shows me exactly the same data as in the list + there's a list of all the model names of all the makes of that one manufacturer.
Keep in mind the best practices for building web applications, including automated testing and performance.

Expand Down

0 comments on commit 4643d3a

Please sign in to comment.