Skip to content

IlyaAgarishev/wikipedia-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wikipedia search

Naumen test task. Simple web app built with Wikipedia API. It helps to search top wiki pages and save requests.

See demo: https://wikipedia-search.surge.sh/

Imgur

TODO

  • Save requests
  • Filter
  • Aggregated information
  • Dark Theme
  • Tests
  • Request time

Available commands:

  • yarn start - start dev server and open browser
  • yarn build - make a production build
  • yarn test - start tests