This is a simple API application built with JavaScript, HTML, and CSS. It fetches data from a remote API and displays it on a webpage.
-
Clone the repository to your local machine:
gh repo clone iamrahimi/ARTIC
-
Navigate to the project directory:
cd ARTIC
-
Open the
index.html
file in your web browser to view the application.
-
Upon opening the application in your web browser, you will see a simple webpage with a button.
-
Click the button to fetch data from the remote API and display it on the webpage.
ARTIC/
│
├── index.html # Main HTML file
├── script.js # JavaScript file for fetching data from API
└── styles.css # CSS file for styling the webpage
This project does not have any external dependencies.
Contributions are welcome! If you find any issues or would like to add new features, please submit a pull request.