Irwaresly / Authors-page

This project is a simple web page that displays freeCodeCamp News authors. It fetches author data from a JSON file and dynamically populates the content on the page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

freeCodeCamp News Author Page

This project is a simple web page that displays freeCodeCamp News authors. It fetches author data from a JSON file and dynamically populates the content on the page. Users can load more authors by clicking the "Load More Authors" button.

Table of Contents

Description

The project consists of an HTML file (index.html), a CSS file (styles.css), and a JavaScript file (main.js). The HTML file defines the structure of the page, the CSS file provides styling, and the JavaScript file handles fetching data and dynamically rendering it on the page.

Features

  • Responsive design with a clean and modern look.
  • Fetches author data from an external JSON file.
  • Displays author information, including name, image, bio, and a link to the author's page.
  • Users can load more authors by clicking the "Load More Authors" button.

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/your-repository.git
  2. Navigate to the project directory:
    cd your-repository

Usage

  1. Open the index.html file in a web browser.
  2. Authors will be displayed on the page.
  3. Click the "Load More Authors" button to load additional authors.

Dependencies

  • None

About

This project is a simple web page that displays freeCodeCamp News authors. It fetches author data from a JSON file and dynamically populates the content on the page


Languages

Language:JavaScript 45.1%Language:CSS 37.1%Language:HTML 17.8%