Sulton88Mehron90 / travel-tracker

https://travel-tracker-xi.vercel.app/
1 stars 0 forks source link

Implement Iteration 1: Dashboard #6

Open Sulton88Mehron90 opened 1 year ago

Sulton88Mehron90 commented 1 year ago

Implement Iteration 1: Dashboard:

  1. Create the necessary functions to retrieve and manipulate the data from the provided endpoints.
  2. Build the dashboard page for travelers, displaying all trips (past, upcoming, and pending) and the total amount spent on trips this year.
  3. Calculate the total amount spent by considering the travel agent's 10% fee.
  4. Test your functions using Mocha and Chai to ensure they work correctly.