The Canada PR Statistics is a simple web application that allows you to visualize the Canada PR Express Entry draws details using the official Canada.ca API. The statistical data is derived purely from the official data provided by the Canadian government. Please note that this visualization is for informational purposes only.
This web application is developed using the ReactJS library and utilizes pure HTML and CSS, which are bootstrapped from the Create React App (CRA) tool. The application is deployed on Vercel for easy access and seamless deployment.
To install and run the Create React App (CRA) tool, follow these steps:
-
Ensure that you have Node.js installed on your machine. You can download it from the official website: https://nodejs.org.
-
Open your terminal or command prompt.
-
Clone the repository:
git clone https://github.com/tmkasun/Canada-PR-statistics.git
-
Navigate to the project's directory:
cd Canada-PR-statistics
-
Install the dependencies:
npm install
-
Start the development server:
npm start
This command will start the development server and open the application in your default web browser. If the browser doesn't open automatically, you can access the application at http://localhost:3000.
-
You can now explore and use the Canada PR Statistics application!
This project is licensed under the MIT License.

