This project is a data export tool designed to retrieve and export entrant and award data from achievements and contests within competitions. It fetches data from contests and achievements with statuses 'Finished' and 'Finalised', navigates through competitions, contests, and associated entrants and awards, and then converts the data into a CSV format for easy saving and analysis.
- Clone this repository to your local machine. https://github.com/ziqni-tech/data-export-app
- Install the required dependencies by running
npm install
in the project directory.