GithubHelp home page GithubHelp logo

shiny-pokemon-tracker's Introduction

Shiny Pokémon Tracker

View of Web App

This small web app tracks the odds of finding shiny Pokémon using different hunting strategies in each offical Pokémon game. A live version can be found here.

This project was bootstrapped with Create React App.

Getting Started

These instructions will get you a copy of the project working on your local machine for development.

Prerequisites

You must have npm installed, since this is used to manage and install the required JavaScript packages.

Installing

First clone the repository and install package dependencies with npm:

git clone https://github.com/huderlem/shiny-pokemon-tracker.git
cd shiny-pokemon-tracker
npm install

Developing

After installing the project, you can run the web app on your local machine. The following command will run the app at http://localhost:3000/:

npm start

All source code lives in the src directory. This project makes heavy use of React to drive the user interface.

Deploying

To deploy the app, you will first need to build the app, which will perform optimizations and bundle everything into a few compact files.

npm run build

This will place the output into the build directory. From there, you can copy the build directory to the root of your webserver. If you wish to deploy the app to a location on the webserver that isn't the root, you need to add the following line to package.json:

"homepage": "http://www.mywebsite.com/desired/path/to/app"

See Create React App's README for more information.

shiny-pokemon-tracker's People

Contributors

huderlem avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.