Menu

Pre-requisites needed for this project

Pre-requisites

Before starting this project, make sure you complete the following setup:

  • Node.js – Download and install it from the official Node.js website. After installation, open the terminal and run node -v to verify that it is installed and to check the version.

  • npm (Node Package Manager) – npm comes bundled with Node.js. To confirm it is installed, run npm -v in the terminal to check its version.

  • Code Editor (e.g., VS Code) – Download and set up Visual Studio Code from its official website to write and manage your project files.

  • Web Browser (e.g., Chrome) – Use a modern web browser like Google Chrome to run and test the React application during development.