MooseSaeed / bug-challenge-1

Created with StackBlitz ⚡️

Home Page:https://stackblitz.com/edit/vitejs-vite-61zbyo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VueSchool Challenge - 1

Overview:

The "Random Wise Quotes" app uses the Quotable API to display a list of quotes with their ratings. Unfortunately, the sorting functionality is experiencing some issues.

The Bug:

When the "Get New Quotes" button is clicked, the sorting order is not preserved. The sort order should remain intact even after the user gets new quotes

The Mission:

Your mission, should you choose to accept it, involves two key tasks:

  1. Investigate why the sorting functionality breaks after fetching new quotes and fix it.
  2. Ensure that quotes are sorted in "desc" order right from the initial request.

About

Created with StackBlitz ⚡️

https://stackblitz.com/edit/vitejs-vite-61zbyo


Languages

Language:Vue 60.7%Language:CSS 24.4%Language:HTML 8.5%Language:JavaScript 6.4%