Skip to content

Latest commit

Β 

History

History
98 lines (71 loc) Β· 2.53 KB

File metadata and controls

98 lines (71 loc) Β· 2.53 KB

ArgonFetch Website

ArgonFetch Logo

Official website for ArgonFetch - A powerful media downloader for videos, music, and more.


πŸ“‹ About

This repository contains the source code for the ArgonFetch presentation website built with Angular. The website showcases the ArgonFetch media downloader, its features, installation instructions, screenshots, and more.

πŸ› οΈ Tech Stack

  • Framework: Angular 19
  • Styling: SCSS
  • Icons: Font Awesome
  • Code Highlighting: Prism.js

πŸš€ Getting Started

Prerequisites

  • Node.js (v18+)
  • npm or yarn

Installation

  1. Clone this repository

    git clone https://github.com/ArgonFetch/ArgonFetchWebsite.git
    cd ArgonFetchWebsite
  2. Install dependencies

    npm install
  3. Start the development server

    npm start
  4. Open your browser at http://localhost:4200

πŸ—οΈ Building for Production

npm run build:prod

The build artifacts will be stored in the dist/ directory.

πŸ“± Features of the Website

  • Responsive design for all devices
  • Interactive UI components
  • Detailed installation instructions for ArgonFetch
  • Feature showcase
  • Screenshot gallery
  • Usage guide
  • Project roadmap

πŸ“‚ Project Structure

src/
β”œβ”€β”€ app/                  # Angular components
β”‚   β”œβ”€β”€ features/         # Features section
β”‚   β”œβ”€β”€ hero/             # Hero banner section
β”‚   β”œβ”€β”€ installation/     # Installation guide section
β”‚   β”œβ”€β”€ navbar/           # Navigation bar
β”‚   β”œβ”€β”€ roadmap/          # Project roadmap section
β”‚   β”œβ”€β”€ screenshots/      # Screenshots gallery
β”‚   β”œβ”€β”€ shared/           # Shared components & utilities
β”‚   └── usage/            # Usage guide section
β”œβ”€β”€ styles/               # Global styles
└── public/               # Static assets

πŸ“œ License

This project is licensed under the GPL-3.0 License. See the LICENSE file for more details.


Made with ❀️ by PianoNic and MyDrift