Skip to content

audibleblink/passdb-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

passdb-frontend

Connects with the passdb-backend which serves an API for searching through a self-seeded password dump database. Users of the app are able to search by username, password, domain, or email. From the results page, users may pivot around on any clickble piece of information.

This is a fully decoupled frontend single-page app which creates API calls to http://localhost:4567

demo animation

Searching for a specific email will show HIBP breach information.

hibp data

Get started

Install the dependencies...

cd passdb-frontend
npm install

...then start Rollup:

npm run dev

Navigate to localhost:5000. You should see the query interface.