The WikiFetcher App is a web application that utilizes the Wikipedia API to allow users to perform specific searches, extract data from Wikipedia pages, and display the results in a user-friendly format. This project is built using React.js and Wikipedia API.
Search for specific keywords or phrases on Wikipedia
Display search results in a user-friendly format
Click on search results to view the full Wikipedia page
Filter search results by type (article, category, or file)
Responsive design for mobile and desktop screens
Clone the repository: git clone https://github.com/Frs2304/Wikipedia-Project.git
Install dependencies: npm install
Start the client: npm run dev
Start the server: npm start
Open the app in your browser at http://localhost:3000
React.js: A JavaScript library for building user interfaces.