Skip to content

A Frontend application that uses Wikipedia's API to retrieve the articles. Allows a user to search and view Wikipedia articles. The project was built using HTML, CSS and JavaScript.

Notifications You must be signed in to change notification settings

alexandracaulea/wikipedia-viewer

Repository files navigation

Wikipedia Viewer

Netlify Status

I've decided to start learning how to organize my JavaScript code so I've started working on the Wikipedia Viewer project from freeCodeCamp.

Live example: https://wikipedia-viewer-project.netlify.app/

User Stories

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

Hints

How To Use It

Installation

  1. Clone the repository: git clone https://github.com/alexandracaulea/wikipedia-viewer
  2. Go to the project: cd wikipedia-viewer
  3. Install project dependencies by running: npm install

Using this repository

  1. For the development run: npm run dev
  2. To build run: npm run build

Live Example

Live example on Netlify

Credit

The file wikipedia-logo.svg was downloaded from Wikipedia.

About

A Frontend application that uses Wikipedia's API to retrieve the articles. Allows a user to search and view Wikipedia articles. The project was built using HTML, CSS and JavaScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published