Skip to content

AlyssaKirstine/wikipedia-pageviews

Repository files navigation

Wikipedia Pageviews 👀

Wikipedia Pageviews is a single-page application that allows users to pick and date and see which Wikipedia pages were viewed the most that day. They can also save articles they want to come back to as pins.

Created by @AlyssaKirstine

🕵️ Technical Details

Wikipedia Pageviews was built using the Gatsby framework and deployed using Netlify.

See it live 😍 https://wikipedia-pageviews.netlify.app/

  • The homepage is setup in src/pages/index.tsx.
  • Testing
  • Code formatting
    • This repo uses ESLint and Prettier to format the code automatically before any commits are made.

🚀 Build Instructions

  1. Setup your local copy of this repo.

    Use git clone to clone this repo to your local computer.

    Using HTTPS:

    git clone https://github.com/AlyssaKirstine/wikipedia-pageviews.git

    Using SSH:

    git clone git@github.com:AlyssaKirstine/wikipedia-pageviews.git
  2. Install node modules.

    Navigate to the project directory and install node modules.

    cd wikipedia-pageviews/
    yarn install
  3. Build site

    To start a development build, run yarn start.

    yarn start

    To start a production build, run yarn build. This will generate bundle files via webpack in your public root folder. Then run yarn serve to serve.

    yarn build
    yarn serve
  4. Check it out!

    Visit the applicable URL in your browser of choice.

    Development build: http://localhost:8000

    Production build: http://localhost:9000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published