mentor-proof

Project preview

Mentor Proof

Convert your ADPList reviews into Senja testimonials.

Demo

Where to find it

https://mentor-proof.netlify.app/

How it works

  1. Fetch all of your ADPList reviews
  2. Create a Senja testimonial for each review

What you’ll need

Senja API Key Location

Local Development

Prerequisites

Before you begin, ensure you have the following installed:

  • Node.js (v20 or later)
  • npm (usually comes with Node.js)

Setting up the project

  1. Clone the repository: git clone https://github.com/yourusername/adplist-senja.git cd adplist-senja

  2. Install dependencies: npm install

  3. Build the project: npm run build

Running the dev server

To run the project:

npm run dev

Once the application is running, open your web browser and navigate to http://localhost:8888