Search Monkey's Database

Documentation

This Wiki Clone application allows you to search for Wikipedia articles and view them within the page. The interface supports toggling between light and dark themes and lets you customize the primary accent color using the dropdown menu.

Features

How to Use

  1. Enter your search query and click "Search".
  2. Select a result to view the article content.
  3. Toggle between light and dark themes using the theme button.
  4. Change the primary accent color using the dropdown menu.
  5. Click the Documentation button to show or hide this section.

Technical Details

The application utilizes the Wikipedia API to fetch both search results and article content. Returned HTML is processed to correct image and link URLs. CSS transitions and animations enhance the user experience, while theme customization is managed using CSS variables and JavaScript event listeners.