A React-based dashboard frontend for testing and development purposes.
Run the project locally to see it in action.
Make sure you have the following installed:
- Node.js (v14 or higher recommended)
- npm (comes with Node.js)
Clone the repository:
cd react-dashboard-test
npm install
npm run devYour task is to run the project and implement the Edit and Delete functionalities for products on the product page.
- Create a new page/component for editing a product.
- Since this is a frontend-only project, you can use mock data to simulate product updates and deletions.
- The Edit functionality should allow modifying product details and updating the local state.
- The Delete functionality should remove the product from the displayed list.
Focus on code quality, user experience, and maintainability. Make sure the interactions are smooth and intuitive.
Good luck, and do your best!