Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
devadeka committed Mar 15, 2019
2 parents dfa12f7 + fd8aaaf commit 52f4a9a
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,4 +1,4 @@
# Zendesk Article Viewer
# Zendesk FAQs

## Task
Create an application that will list all available articles for the user to select and view in detail. The [front end](https://github.com/devadeka/zd_tickets_fe) application will need to talk to a [proxy API](https://github.com/devadeka/zd_tickets_be) that caches data from Zendesk's FAQs API for an hour.
Expand Down Expand Up @@ -44,4 +44,4 @@ The main design decision came in the form of what content to request from the pr
## Improvements
Currently the application manages state by passing props from base component down to children components. A better practice may be to use ReactHooks version of Redux. Though for a small application like this it may not be necessary.

Visually the application works on a desktop but is not responsive. Further design work needs to be done to make it more mobile friendly.
Visually the application works on a desktop but is not responsive. Further design work needs to be done to make it more mobile friendly.

0 comments on commit 52f4a9a

Please sign in to comment.