From 58202962cd3990d8147cd00eaa2356d46e8c558b Mon Sep 17 00:00:00 2001 From: Tanmayi Manku Date: Fri, 15 Dec 2023 12:31:38 +0530 Subject: [PATCH] Update README --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 47b4806..f825786 100644 --- a/README.md +++ b/README.md @@ -58,9 +58,7 @@ - **Current user can reserve the item basing the date and city.** -- **JavaScript and Stylelint linters are installed for code implementation improvement** - -- **Uses React Redux middleware to work with async functions for API interactions"** +- **Uses React Redux middleware for async functions API interactions** - **The application has CRUD operations.** @@ -241,7 +239,7 @@ This Project is deployed using [Render](https://render.com/) ## 👥 Authors -👤 **Deborah Fashoro** +👤 **Toyyib Bello Omobolaji** - GitHub: [@githubhandle](https://github.com/Simpleshaikh1) - LinkedIn: [LinkedIn](https://www.linkedin.com/in/toyyib-abayomi/) @@ -269,7 +267,11 @@ This Project is deployed using [Render](https://render.com/) - [ ] **Apply admin authorization, and restrict the Create new car, delete a car actions unless admin.** -- [ ] **Add the Delete Reservation Feature.** +- [ ] **Add the Delete or Cancel Reservation Feature.** + +- [ ] **Add cars data from Admin and update landing page.** + +- [ ] **Update the image uploading in the `Add new Car` so the items renders uploaded image.**

(back to top)