Quotr:
This is a chrome extension that's designed to generate quotes, in response to a user's emotions
The application's flow:
- The user clicks on the chrome extension's icon, and a grid of emotions appears
- The user can select an emotion
- This emotion is sent, as a query, to a REST API, which generates a quote based on that emotion
- A black overlay, with the quote, appears over the user's active browser window
A visual representation of the application's flow can be seen here:

Here's the application's appearance:


Additional Features:
- The user can exit from the black overlay using the Exit Button
Technologies Used:
- JavaScript
- HTML/CSS
- Chrome APIs
- Postman
- The Quotable REST API
Coming Soon:
- Changes to UI components
- Adding regenerate Quote Functionality