Home - COS301-SE-2025/API-Threat-Assessment-Tool GitHub Wiki

Frontend Setup

Overview

This frontend is built using React.js and serves as the user interface for the API Threat Assessment Tool project.

How to Run Locally

  1. Clone the repo:

    git clone https://github.com/COS301-SE-2025/API-Threat-Assessment-Tool.git
    
  2. Navigate to frontend folder:

    cd API-Threat-Assessment-Tool/frontend
    
  3. Install dependencies:

    npm install
    
  4. Start the development server:

    npm start
    
  5. Open browser at: http://localhost:3000

Technologies Used

  • React.js (CRA)
  • CSS for styling

Notes

  • Make sure Node.js (v16+) and npm are installed
  • For any issues with npm scripts, check PowerShell execution policies if on Windows
  • Images and assets stored in src/img