Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add delete cars #9

Merged
merged 40 commits into from
Nov 3, 2023
Merged

Add delete cars #9

merged 40 commits into from
Nov 3, 2023

Conversation

sunga12
Copy link
Collaborator

@sunga12 sunga12 commented Nov 2, 2023

  • Added form to add cars to the database

  • Added a list of cars with a delete button.

  • Added styles for add & delete pages.

  • Added Redux async thunk to add & delete cars from the database.

  • Added React hooks to update the view after API requests.

  • When the user clicks the "New Car" link in the navigation panel they can see a form for adding a new car.

  • When the user clicks the "Delete Cars" link in the navigation panel they can see a list of all cars with title and "Delete" button.

  • When the user clicks the "Delete" button, the selected item is deleted.

@hmunish
Copy link
Owner

hmunish commented Nov 2, 2023

@sunga12 you done with the stylings ?

Copy link
Owner

@hmunish hmunish left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sunga12, great job implementing add & delete car functionalities & great design for the components. It's time to merge it.

🟢 Perfect design layout.
🟢 User can add & delete cars.
🟢 All linters are passing.

Thank you!

@hmunish hmunish merged commit 8c1d651 into dev Nov 3, 2023
3 checks passed
@sunga12 sunga12 linked an issue Nov 3, 2023 that may be closed by this pull request
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[5pt] - Setup frontend add & delete cars. Sunga
2 participants