A simple Wikipedia snippet viewer utilizing Wikipedia's Search API for querying articles.
Some of the features include:
- Bookmarks
- Search History
- Random Article Link
Search history and bookmark data persist (and can be cleared) as it is stored in localStorage.
The app state is managed using custom hooks: useWikiSearch
, useBookmarks
and useSearchHistory
.
git clone https://github.com/orrsteinberg/wikipedia-viewer.git
cd wikipedia-viewer
npm install
npm start
Visit http://localhost:3000
.