A simple web UI for Wikipedia, created with React.
Searchy is a search interface that allows users to quickly look up information from Wikipedia. It provides a clean and intuitive user interface for searching and displaying Wikipedia content.
- Search Wikipedia articles
- Display search results with thumbnails (when available)
- View article extracts
- Search history functionality
- React
- Axios for API requests
- React Modal for the About box
To run this project locally:
- Clone the repository
- Run
npm installto install dependencies - Run
npm startto start the development server
To create a production build, run npm run build
Currently deployed on Vercel: Searchy
This project is open source and available under the MIT License.