create admin panel using html, css, javascript, php and csv files


For admins, after logging in, there are two special pages: "View My Products" and "Add New Products"


View My Products: the vendor can see all products she has added so far


Add New Products: allow vendors to add one new product at a time. A product includes name (text, has a length from 10 to 20), price (positive number), image (you can take images from any store sites or whichever method you prefer), and description (text, at most 500 characters).


csv files: https://raw.githubusercontent.com/trihuelam/product.csv/main/products%20-%20Sheet1.csv


(Note: NO SQL, database management system can be used)