A frontend search application that allows users to search for any topic using the Wikipedia API.
It displays real-time results directly from Wikipedia, making it a fast and simple way to explore information.
- 🔎 Search for any topic using Wikipedia API
- 📄 Display article summaries, links, and titles
- ⚡ Lightweight frontend project with HTML, CSS, and JavaScript
- 🌍 Responsive design for desktop and mobile
- 🖥️ No backend required – runs entirely in the browser
- Frontend: HTML, CSS, JavaScript
- API: Wikipedia REST API
- No backend required
- Clone the repository
git clone https://github.com/samarthags/Wikipedia-Search-App.git cd Wikipedia-Search-App - Open the project Just open the index.html file in your browser:
./index.html
That’s it 🎉 – no server or dependencies required.
🌍 Deployment
Since this is a static frontend project, you can host it easily on:
GitHub Pages
Netlify
Vercel
🤝 Contributing
Contributions are welcome!
-
Fork this repo
-
Create a new branch (git checkout -b feature-new)
-
Commit your changes (git commit -m "Added new feature")
-
Push to your branch (git push origin feature-new)
-
Open a Pull Request
📜 License
This project is licensed under the MIT License – feel free to use, modify, and share.
👨💻 Author
Developed with ❤️ by Samarthags
