A prototype demonstrating how a user can modify CPC (Cost Per Click) values for campaigns and create experiments to test different CPC values.
- Interactive campaign table
- Click on CPC values to open an editor popup
- Confirmation dialog encouraging experiment creation
- Full experiment creation flow
- Eye-catching animated buttons
- Node.js (v12 or higher)
- npm or yarn
- Clone the repository:
git clone https://github.com/luckey01/exper_demo.git
cd exper_demo
- Install dependencies:
npm install
- Start the development server:
npm start
The application will open automatically in your browser at http://localhost:8044.
- Click on a CPC value in the campaign table
- Edit the value
- Click "OK"
- In the confirmation dialog, choose to:
- Create an experiment (recommended)
- Update the CPC directly
The "Create Experiment" option will take you to a detailed experiment creation page.
- React
- Webpack
- CSS Animations
MIT