Skip to content

Team-Zemo/omninet-security-web

Repository files navigation

OmniNet

A modern React application built with Vite.

Features

  • ⚡ Vite for fast development and building
  • ⚛️ React 19 with modern hooks
  • 🧭 React Router for navigation
  • 📦 Zustand for state management
  • 🔥 React Hot Toast for notifications
  • 🎯 ESLint for code quality

Getting Started

  1. Install dependencies:

    npm install
  2. Start the development server:

    npm run dev
  3. Build for production:

    npm run build

Project Structure

src/
├── components/     # Reusable UI components
├── pages/         # Page components
├── hooks/         # Custom React hooks
├── store/         # Zustand stores
├── utils/         # Utility functions
├── App.jsx        # Main app component
├── main.jsx       # Entry point
└── index.css      # Global styles

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors