/Mytokri-assignment

Landing page with Google Ads conversion tracking.

Primary LanguageJavaScript

MyTokri Assignment

This project includes a React frontend and an Express backend for a phone number submission landing page with Google Ads conversion tracking.

Setup

  1. Clone the repository
  2. Install dependencies: npm install cd client && npm install
  3. Create a .env file in the root directory and add your environment variables
  4. Start the development server: npm run dev

Scripts

  • npm run dev: Starts both frontend and backend in development mode
  • npm run server: Starts only the backend server
  • npm run client: Starts only the frontend client
  • npm test: Runs the test suite