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

 
 
 

Contributors

Languages