Menu

Basic Requirements for this project

Basic Requirements

These are the basic requirements to start building this project:

  • Node.js – Install from the official website to run JavaScript outside the browser (local) and enable development tools.

  • npm – Comes with Node.js; installs packages like React and other project dependencies.

  • IDE – You need an IDE (integrated development environment) like VS Code to write, edit, and manage your code efficiently.

  • Web Browser – You need a modern browser, such as Chrome or Edge, to run, test, and debug your application in real time.