Skip to content

awaismehr/react-test

Repository files navigation

React Dashboard Test

A React-based dashboard frontend for testing and development purposes.


🚀 Demo

Run the project locally to see it in action.


📝 Prerequisites

Make sure you have the following installed:

  • Node.js (v14 or higher recommended)
  • npm (comes with Node.js)

🔧 Installation

Clone the repository:

cd react-dashboard-test
npm install
npm run dev

Task Instructions

Your 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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors