Skip to content

orrsteinberg/wikipedia-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔍 Wikipedia Viewer

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.

Demo

Screens

Desktop screenshot Mobile screenshot Mobile screenshot

Dependencies

Installation

git clone https://github.com/orrsteinberg/wikipedia-viewer.git
cd wikipedia-viewer
npm install
npm start

Visit http://localhost:3000.