From 5d9576f21fdff7f4930a0c354ce1f432f364f853 Mon Sep 17 00:00:00 2001 From: Josh Creek <8179928+jcreek@users.noreply.github.com> Date: Sun, 5 May 2024 12:34:47 +0100 Subject: [PATCH] docs(*): Add to do list --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5b547a3..4bc22dc 100644 --- a/README.md +++ b/README.md @@ -36,3 +36,9 @@ For styling, the application uses [Tailwind CSS](https://tailwindcss.com/) with For taking payments the Stripe Checkout is used. In its current configuration, the application can be easily linked to Netlify via git for CI/CD, enabling automatic deployments on push to the main branch. + +## To Do + +- Style product page +- Enable proper pagination for the products page +- Get a proper checkout page with data from Stripe rather than re-using the old basket object