Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.52 KB

README.md

File metadata and controls

46 lines (35 loc) · 1.52 KB

Wikipedia Viewer (React.js)

A front-end web app that takes a search input and gets a list of Wikipedia search results using the Media Wiki API. Built with React.js.

Inspired by the Build a Wikipedia Viewer challenge as part of the curriculum for the Coding Interview Prep on freeCodeCamp.


Built With

Demo

View project demo at https://autumnchris.github.io/wikipedia-viewer-reactjs.

Instructions

After forking and cloning, navigate to the repository in your command line and install the NPM packages:

npm install

Run the following script in your command line to run the application:

npm start

Once the server is running, go to http://localhost:8080 in your browser.

Before committing any changes, run the following script to update your static files for production:

npm run build