📖 Search and view Wikipedia article snippets.
https://carolinaknoll.github.io/wikipedia-viewer/
This project is part of the the Free Code Camp's take-home projects curriculum. Here, you can search for a single or multi worded term and the Viewer will show all of the Wikipedia article snippets related to your term. You can then click one of the links to visit the related Wikipedia page.
You can view the project's website here.
To run the project locally, use your favorite command-line interface to type the following commands:
- Clone it with
git clone [email protected]:carolinaknoll/wikipedia-viewer.git
- Go to the project's directory with
cd wikipedia-viewer
- Install the required dependencies with
npm install
- Finally, start the project with
npm start
The project was created with Create React App. Though I now think using it was a bit overkill, it acted just like bicycle training wheels when I was just starting. As it is a simple project, I decided to leave it that way instead of refactoring it, since my most recent projects don't use it anymore and Create React App is still widely used by other people on their projects.