HiveMind Frontend is the user interface for the HiveMind platform, built to deliver a seamless and interactive experience.
- Modern UI built with React + TailwindCSS
- Responsive design for all screen sizes
- API integration with the HiveMind backend
- React.js
- TailwindCSS
- Axios (for API calls)
- Vite (or CRA, if applicable)
# 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