DEV Community

Cover image for Quotes App
nightwolfdev
nightwolfdev

Posted on • Originally published at nightwolf.dev

Quotes App

I developed a Quotes application using Angular, RxJS, TypeScript, and the Quotable API. Feel free to learn from it and/or provide feedback. Thanks!

Features

  • Random quote on home page which can be refreshed to get another.
  • Search quotes by author and tag.
  • Clicking an author or tag will search for quotes with that author or tag.
  • View more information about an author.

Getting Started

  1. Clone the repo: git clone https://github.com/nightwolfdev/quotes.git
  2. Navigate to the project folder: cd quotes
  3. Install dependencies: npm install
  4. Run the app: ng serve
  5. Visit the app in a browser: http://localhost:4200

Links

Top comments (0)