Official website for ArgonFetch - A powerful media downloader for videos, music, and more.
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.
- Framework: Angular 19
- Styling: SCSS
- Icons: Font Awesome
- Code Highlighting: Prism.js
- Node.js (v18+)
- npm or yarn
-
Clone this repository
git clone https://github.com/ArgonFetch/ArgonFetchWebsite.git cd ArgonFetchWebsite
-
Install dependencies
npm install
-
Start the development server
npm start
-
Open your browser at
http://localhost:4200
npm run build:prod
The build artifacts will be stored in the dist/
directory.
- Responsive design for all devices
- Interactive UI components
- Detailed installation instructions for ArgonFetch
- Feature showcase
- Screenshot gallery
- Usage guide
- Project roadmap
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
This project is licensed under the GPL-3.0 License. See the LICENSE file for more details.