Cybersecurity Awareness Website

October 19, 2024 ยท View on GitHub

Welcome to the Cybersecurity Awareness Website project by Innovatech Solutions! This repository contains the source code and resources for our comprehensive platform designed to educate employees about various cybersecurity threats and best practices.

Overview

The Cybersecurity Awareness Website aims to empower employees with knowledge and tools to protect our company's valuable information. Through interactive content, educational articles, and multimedia resources, users can learn about key cybersecurity topics such as phishing, password security, data protection, installing and updating software, using multi-factor authentication, protecting networks and databases, backing up data, training employees, creating a security culture, and monitoring networks.

Features

  • Interactive Content: Engage with videos, infographics, and quizzes.
  • Educational Articles: In-depth guides on various cybersecurity topics.
  • Up-to-Date Information: Regularly updated content to keep you informed.
  • User-Friendly Interface: Easy navigation and accessibility for all users.

Requirements

Before setting up the project, ensure you have the following installed:

  1. Node.js: Download and install Node.js
  2. pnpm: Install pnpm globally using npm:
    npm install -g pnpm
    

Installation

To set up the project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/yourusername/cybersecurity-awareness-website.git
    cd cybersecurity-awareness-website
    
  2. Install dependencies:

    pnpm install
    
  3. Run the development server:

    pnpm run dev
    
  4. Open your browser and navigate to http://localhost:3000 to view the website.