Functionality:
- List all ads pertaining to a product
- Create new ads
- Edit existing ads
- Delete existing ads
Note: Three ads are preloaded to the second product for demo purposes.
- Clone the repo
git clone https://github.com/GregaE/ad-manager.git
-
Create .env file with the variables and format specified in .example.env file
-
Install dependencies and run
npm install
npm start
No frameworks/libraries have been used for the styling except for Framer Motion for animating the components on mount/unmount.