https://shiny-zuccutto-3203c2.netlify.app/
A Single Page Application (SPA) built with React.js, Tailwind CSS, React Router DOM, and React Icons. The platform allows users to:
ā
View all products
ā
View all users
ā
See user details in a modal
ā
See product details on a separate page
Clone the repository:
git clone [https://github.com/AnisulHaqueNiloy/Admin-Dashboard-Task] *(Replace with your repo URL)*
Navigate to the project directory:
cd Your-Admin-Dashboard-Task *(Or your project's folder name)*
Install dependencies (Client-side - React):
cd client
npm install # or yarn install
Start the development servers:
cd client
npm start # or yarn start