Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #476

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
**Description**:
This application allows consumers to search complaints submitted to the CFPB by other consumers.

**Website Link**:
[www.consumerfinance.gov/data-research/consumer-complaints/search](https://www.consumerfinance.gov/data-research/consumer-complaints/search/)

#### Technology Stack

This application is written in JavaScript and [Less](http://lesscss.org) within
Expand All @@ -21,20 +24,15 @@ Unit testing of the application is performed within
[yarn](https://yarnpkg.com/) is used to manage the build/test/deploy cycle.

#### Screenshot

![screen August 17, 2017](documentation/screenshot.png)
![Consumer Financial Protection Bureau - Google Chrome 20-10-2023 10_37_09 PM](https://github.com/kiranrokkam09/ccdb5-ui/assets/85286397/90b9e381-f960-4c49-b956-0b8a254bcae3)
kiranrokkam09 marked this conversation as resolved.
Show resolved Hide resolved

## Dependencies

This application depends on the following third-party components:

1. [Capital Framework](https://cfpb.github.io/capital-framework/) - CFPB standard styling and controls
1. [History](https://github.com/reacttraining/history) - Integrating the address bar with the application
1. [dayjs](https://day.js.org/) - Better date handling than native JavaScript
This application relies on a [robust Design System](https://cfpb.github.io/design-system/) to maintain a consistent and cohesive user interface.

It also contains portions adapted from:

1. [react-typeahead](https://github.com/fmoo/react-typeahead)
1. [React bootstrap typeahead](https://www.npmjs.com/package/react-bootstrap-typeahead)

## Installation

Expand Down