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
-
Clone the repo:
git clone https://github.com/COS301-SE-2025/API-Threat-Assessment-Tool.git
-
Navigate to frontend folder:
cd API-Threat-Assessment-Tool/frontend
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
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