{"id":16735463,"url":"https://github.com/thomasthaddeus/cybersecurity-club","last_synced_at":"2026-03-05T16:41:48.892Z","repository":{"id":244330489,"uuid":"814930275","full_name":"thomasthaddeus/Cybersecurity-Club","owner":"thomasthaddeus","description":"A React-based web application for a cybersecurity club, featuring a comprehensive resource list, event calendar, member registration, contact form, and a dynamic workflow visualization. Enhance your knowledge and skills in cybersecurity with our educational content and community activities.","archived":false,"fork":false,"pushed_at":"2024-08-31T06:02:25.000Z","size":1209,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-20T05:39:14.686Z","etag":null,"topics":["cybersecurity","education","frontend-development","javascript","nodejs","pwa","react","responsive-design","seo","web-development"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thomasthaddeus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-14T02:27:27.000Z","updated_at":"2024-06-21T04:59:12.000Z","dependencies_parsed_at":"2024-06-21T22:25:56.529Z","dependency_job_id":null,"html_url":"https://github.com/thomasthaddeus/Cybersecurity-Club","commit_stats":null,"previous_names":["thomasthaddeus/cybersecurity-club"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasthaddeus%2FCybersecurity-Club","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasthaddeus%2FCybersecurity-Club/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasthaddeus%2FCybersecurity-Club/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasthaddeus%2FCybersecurity-Club/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thomasthaddeus","download_url":"https://codeload.github.com/thomasthaddeus/Cybersecurity-Club/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225773485,"owners_count":17522012,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cybersecurity","education","frontend-development","javascript","nodejs","pwa","react","responsive-design","seo","web-development"],"created_at":"2024-10-13T00:06:01.554Z","updated_at":"2026-03-05T16:41:48.830Z","avatar_url":"https://github.com/thomasthaddeus.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cybersecurity Club Website\n\n## Overview\n\nThis project is a web application for a cybersecurity club, providing information about the club, upcoming events, resources, and membership details. The application is built using React and styled with CSS, with interactive components and a dynamic workflow visualization.\n\n## Features\n\n- **Home Page**: Introduction to the club and its mission.\n- **About Us Page**: Information about the club's goals and team.\n- **Events Page**: List of upcoming events with dates, times, and venues.\n- **Resources Page**: Comprehensive list of cybersecurity topics and resources.\n- **Join Us Page**: Membership form for new members.\n- **Contact Page**: Contact information and a form to send messages.\n- **Sidebar**: Hidden sidebar that pops out on hover.\n- **Footer**: Persistent footer with contact details.\n- **Workflow Visualization**: Advanced visualization showing the website's structure and status of components.\n- **Search Bar**: A search functionality to find relevant information quickly.\n\n## Installation\n\nTo run this project locally, follow these steps:\n\n1. **Clone the repository**:\n\n    ```bash\n    git clone https://github.com/yourusername/cybersecurity-club-website.git\n    cd cybersecurity-club-website\n    ```\n\n2. **Install dependencies**:\n\n    ```bash\n    npm install\n    ```\n\n3. **Start the development server**:\n\n    ```bash\n    npm start\n    ```\n\nThe application will be available at `http://localhost:3000`.\n\n## Usage\n\n- Navigate to different pages using the sidebar menu.\n- View club information, upcoming events, resources, and contact details.\n- Use the membership form to join the club.\n- Send messages through the contact form.\n- Use the search bar to find specific information.\n\n## Configuration\n\nThe visualization is configured using a JSON file. Here is an example configuration file (`config.json`):\n\n```json\n{\n  \"plotConfig\": {\n    \"title\": {\n      \"text\": \"Website Workflow\",\n      \"font\": {\n        \"family\": \"Arial, sans-serif\",\n        \"size\": 24,\n        \"color\": \"#333333\"\n      }\n    },\n    \"xaxis\": {\n      \"showgrid\": false,\n      \"zeroline\": false,\n      \"showticklabels\": false\n    },\n    \"yaxis\": {\n      \"showgrid\": false,\n      \"zeroline\": false,\n      \"showticklabels\": false\n    },\n    \"plot_bgcolor\": \"white\",\n    \"margin\": {\n      \"l\": 40,\n      \"r\": 40,\n      \"t\": 60,\n      \"b\": 40\n    }\n  },\n  \"nodeConfig\": {\n    \"size\": 20,\n    \"colors\": {\n      \"Built\": \"green\",\n      \"In Progress\": \"orange\",\n      \"Future Work\": \"red\"\n    },\n    \"textposition\": \"top center\",\n    \"hoverinfo\": \"text\",\n    \"font\": {\n      \"family\": \"Arial, sans-serif\",\n      \"size\": 14,\n      \"color\": \"#000000\"\n    }\n  },\n  \"lineConfig\": {\n    \"width\": 2,\n    \"color\": \"black\",\n    \"hoverinfo\": \"none\"\n  }\n}\n```\n\n## File Structure\n\n```\nmy-cybersecurity-club/\n│\n├── public/\n│   ├── index.html\n│   ├── favicon.ico\n│   ├── manifest.json\n│   └── robots.txt\n│\n├── src/\n│   ├── components/\n│   │   ├── Sidebar.js\n│   │   ├── Sidebar.css\n│   │   ├── Footer.js\n│   │   ├── Footer.css\n│   │   ├── Menu.js\n│   │   ├── Menu.css\n│   │   ├── Home.js\n│   │   ├── AboutUs.js\n│   │   ├── Events.js\n│   │   ├── Resources.js\n│   │   ├── JoinUs.js\n│   │   ├── Contact.js\n│   │   ├── Resources.css\n│   │   ├── JoinUs.css\n│   │   ├── Contact.css\n│   │   ├── AboutUs.css\n│   │   ├── Events.css\n│   │   ├── SearchBar.js\n│   │   ├── SearchBar.css\n│   │   └── ...\n│   │\n│   ├── App.js\n│   ├── App.css\n│   ├── index.js\n│   ├── config.json\n│   ├── generate-sitemap.js\n│   └── ...\n│\n└── package.json\n```\n\n## Future Work\n\n- **Future Component 1**: Placeholder for future component.\n- **Future Component 2**: Currently in progress.\n\n## Contributing\n\nContributions are welcome! Please fork the repository and create a pull request with your changes.\n\n1. Fork the repository.\n2. Create a feature branch (`git checkout -b feature/new-feature`).\n3. Commit your changes (`git commit -m 'Add new feature'`).\n4. Push to the branch (`git push origin feature/new-feature`).\n5. Create a pull request.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasthaddeus%2Fcybersecurity-club","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomasthaddeus%2Fcybersecurity-club","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasthaddeus%2Fcybersecurity-club/lists"}