Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 616 Bytes

File metadata and controls

21 lines (12 loc) · 616 Bytes

A Wikipedia Viewer

This is the fifth project for Free Code Camp's Front-End certificate.

Completed On: 06 May 2020

Objectives

Build an app that is functionally similar to this: https://codepen.io/FreeCodeCamp/full/wGqEga/.

Rule #1: Don't look at the example project's code. Figure it out for yourself.

Rule #2: Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.

User Stories

  • I can search Wikipedia entries in a search box and see the resulting Wikipedia entries.
  • I can click a button to see a random Wikipedia entry.

Demo