Skip to content

ZIIM/storefront

Repository files navigation

Virus Vault - Simulated Malware Store

Contributions Welcome HitCount GitHub stars

🚀 Overview

Welcome to Virus Vault, the premier destination for cutting-edge malware tools and services. Our store caters to cybersecurity professionals, ethical hackers, and researchers, providing a wide range of sophisticated software designed to test and enhance your security measures.

🛠️ Getting Started

Requirements

For development, you will only need Node installed in your environment.

Install

git clone https://github.com/ZIIM/storefront
cd storefront
npm install

Configure app

Any environment configuration steps.

Start & watch

npm run dev
npm start

🏗️ Architecture

├── LICENSE
├── README.md
├── index.html
├── package-lock.json
├── package.json
├── public
│   └── vite.svg
├── src
│   ├── App.css
│   ├── App.jsx
│   ├── Components
│   │   ├── Categories
│   │   │   ├── Categories.text.jsx
│   │   │   └── index.jsx
│   │   ├── Footer
│   │   │   ├── Footer.test.jsx
│   │   │   └── index.jsx
│   │   ├── Header
│   │   │   ├── Header.test.jsx
│   │   │   └── index.jsx
│   │   └── Products
│   │       ├── Products.test.jsx
│   │       └── index.jsx
│   ├── assets
│   │   └── react.svg
│   ├── index.css
│   ├── main.jsx
│   └── store
│       ├── categories
│       │   ├── categories.test.js
│       │   └── index.js
│       ├── index.js
│       └── products.js
├── vite-env.d.js
└── vite.config.js

Languages & tools

  • React
  • JavaScript
  • Redux
  • Vite
  • Material-UI

🤝 Credit and Collaborations

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published