Skip to content

gaurav031/IndraX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 

Repository files navigation

IndraX

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.

πŸš€ Features

  • 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.

πŸ“¦ Getting Started

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/gaurav031/IndraX.git
    cd IndraX/IndraX
  2. Install dependencies:

    npm install
    # or
    bun install

Running the App

npm run dev
# or
bun run dev

The app will be available at: http://localhost:5173 (default Vite port).

Building for Production

npm run build
# or
bun run build

πŸ“‚ Project Structure

IndraX/
β”œβ”€β”€ 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

🀝 Contributing

Contributions are welcome! Please feel free to open an issue or submit a pull request with improvements and bug fixes.

Releases

No releases published

Packages

No packages published

Languages