Skip to content

This is a Pokémon Dashboard for my CS410 class. Pokedash was inspired by the love of the games. Things like the iconic Professor Oak, dex entries, and other features are there to give the game-like feeling.

Notifications You must be signed in to change notification settings

Acbarakat/pokedash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokedash

This project is a Pokemon Dashboard was bootstrapped with Create React App.

It uses the following APIs:

Requirements

You will need to run a service to allows CORS to use the Twitter V2 API properly. You can try this by running npm run cors.

You will also need to either creat an .env file or export the following keys as environment variables:

REACT_APP_BEARER_TOKEN=<TWITTER_API_BEARER_TOKEN>
REACT_APP_CORS_URL=<CORS_URL>

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.

npm test

Launches the test runner in the interactive watch mode.

npm run watch

Runs SASS watching/compiling of all .scss files.

npm run cors

Runs a CORS Anywhere server (required for using the Twitter API)

npm run build

Builds the app for production to the build folder.

npm run eject

Note: this is a one-way operation. Once you eject, you can’t go back!

If you aren’t satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

About

This is a Pokémon Dashboard for my CS410 class. Pokedash was inspired by the love of the games. Things like the iconic Professor Oak, dex entries, and other features are there to give the game-like feeling.

Topics

Resources

Stars

Watchers

Forks