Skip to content

Commit a0e7c20

Browse files
authored
Update frontend and custom features README.md
1 parent 0d6a51c commit a0e7c20

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,22 @@ The web app implements the ability to reset the database to its default state in
3939

4040
### 2. Frontend
4141

42-
[short description goes here]
42+
Sneaker World serves an appropriate 404 page when no matching route is defined
43+
The application implements a like feature without navigating out of the page
44+
The application uses dynamic frontend routes created with React Router.
45+
Sneaker World uses hierarchically designed React components that includes:
46+
homepage, products, details, cart, and checkout.
47+
Sneaker World uses components and presenter components to streamline the application.
4348

4449
[gif goes here]
4550

4651
### 3. Custom
4752

48-
[short description goes here]
53+
Sneaker World filters and/or sorts based on user preferences.
54+
The application gracefully handles errors.
4955

5056
[gif goes here]
5157

52-
### [ADDITIONAL FEATURES GO HERE - ADD ALL FEATURES HERE IN THE FORMAT ABOVE; you will check these off and add gifs as you complete them]
53-
5458
## Installation Instructions
5559

5660
[instructions go here]

0 commit comments

Comments
 (0)