Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.MD

🖥️ NeuroWarn BCI Frontend

This directory contains the web dashboard for monitoring and visualizing the NeuroWarn BCI system.

✨ Features

  • 🚨 Warning Alerts - Visual and audio notifications for potential hazards
  • 🎮 Command Display - Shows current and predicted wheelchair commands
  • 📱 Responsive Design - Works on any Desktop Screens

📁 File Structure

  • index.html - Main dashboard interface
  • script.js - Main dashboard functionality
  • style.css - Main dashboard styling
  • public/ - Images, icons, and other static resources

🚀 Setup & Installation

# Clone the repository
git clone https://github.com/mattenarle10/neurowarn.git
cd neurowarn/src/frontend

# Install dependencies
npm install

# Start development server
npm run dev

🌐 Accessing the App

Once the backend is running and the frontend server is started:

  1. Open your web browser
  2. Navigate to http://localhost:3000
  3. The dashboard will automatically connect to the backend