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
- Clone the repo:
git clone https://github.com/nightwolfdev/quotes.git
- Navigate to the project folder:
cd quotes
- Install dependencies:
npm install
- Run the app:
ng serve
- Visit the app in a browser:
http://localhost:4200
Top comments (0)