/chargily-test-project

This is a ReactJs projet to test the chargily API

Primary LanguageTypeScriptMIT LicenseMIT

This repository is dedicated to exploring and testing the Chargily for the web using React.

Getting Started

  1. Clone the Repository
git clone https://github.com/azm6/chargily-test-project.git
  1. Install dependencies
cd chargily-test-project
npm install
  1. Set your API key in your env variables

Start by creating a .evn file in the root of this repository, then add you api key.

VITE_SECRET_KEY=<YOUR_API_SECRET_KEY>
  1. Add products from the Dev Dashboard

  2. Run the web app

npm run dev