IndraX is a modern web application designed to provide advanced threat intelligence, security education, and interactive dashboards. Built with React, Vite, and Tailwind CSS, it delivers a fast, responsive, and visually appealing user experience.
- Dashboard: Real-time threat intelligence and analytics.
- Threat Education: Learn about cybersecurity threats and best practices.
- Authentication: Secure login and signup forms.
- Responsive UI: Mobile-friendly design powered by Tailwind CSS.
- Reusable Components: Rich set of UI components for rapid development.
-
Clone the repository:
git clone https://github.com/gaurav031/IndraX.git cd IndraX/IndraX -
Install dependencies:
npm install # or bun install
npm run dev
# or
bun run devThe app will be available at: http://localhost:5173 (default Vite port).
npm run build
# or
bun run buildIndraX/
βββ public/ # Static files
βββ src/ # Main source code
β βββ assets/ # Images and static assets
β βββ components/ # UI and feature components
β βββ hooks/ # Custom React hooks
β βββ lib/ # Utility functions
β βββ pages/ # Application pages
βββ index.html # Main HTML file
βββ package.json # Project metadata and scripts
Contributions are welcome! Please feel free to open an issue or submit a pull request with improvements and bug fixes.