Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 686 Bytes

File metadata and controls

29 lines (22 loc) · 686 Bytes

HiveMind Frontend

HiveMind Frontend is the user interface for the HiveMind platform, built to deliver a seamless and interactive experience.

Features

  • Modern UI built with React + TailwindCSS
  • Responsive design for all screen sizes
  • API integration with the HiveMind backend

Tech Stack

  • React.js
  • TailwindCSS
  • Axios (for API calls)
  • Vite (or CRA, if applicable)

Installation

# Clone the repository
git clone https://github.com/Anshu-x/HiveMind-Frontend.git

# Navigate to the project folder
cd HiveMind-Frontend

# Install dependencies
npm install   # or pnpm install

# Running the App
# Start development server
npm run dev   # or pnpm dev