Skip to content

A frontend site using the Wikipedia web crawler I created

Notifications You must be signed in to change notification settings

sam-uel-thomas/CrawlForPhilosophy

Repository files navigation

Wiki Philosophy Route Finder

This is a frontend application built with Next.js, designed to interact with a custom API that finds a route to Philosophy from any Wikipedia page.

Getting Started

To get the application running locally:

  1. Clone this repo
  2. npm install to install all required dependencies
  3. npm run dev to start the local server

Open http://localhost:3000 with your browser to see the application in action.

Usage

Start by entering a Wikipedia page title into the search bar. The application will then find and display a route to the Philosophy page on Wikipedia.

Project Structure

The main file you'll interact with is app/page.js. This is where the main application logic resides. The application uses next/font to automatically optimize and load Inter, a custom Google Font.

Deployment

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Contributing

We welcome contributions to this project. Please feel free to submit issues and pull requests.

License

This project is licensed under the MIT License.

About

A frontend site using the Wikipedia web crawler I created

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published