Skip to content

asyrialaK/pokemon-catcher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

By Chris Sanchez

Pokémon Catcher is a webapp built with React, React Context, localStorage, and the Pokémon API. It features a Homepage with caught Pokémon, a Wild Area to encounter, catch, and name Pokémon, and detailed Pokedex pages for each Caught Pokémon.

image of Pokémon Catcher


Setup/Installation Requirements

image of Github repository file system

Zip:

  1. Click here to go to the repository location where you will find the clone/download menu.

  2. Navigate to the directory (folder) that contains your browser's downloads.

  3. Double-click on Pokémon Catcher directory (folder).

  4. Open directory contents by extracting/unzipping documents from folder.

  5. Make sure your system has Node Package Manger (NPM) installed.

  6. With NPM installed, run npm install or npm i .

  7. After the app files have been installed/configured, run npm start . This will launch Pokémon Catcher on localhost:3000 in your default browser.

Clone:

  1. To clone the repository, from your terminal or command line enter: "git clone https://github.com/sanchito59/pokemon-catcher"
  2. Once the repository finishes downloading you will need to navigate to it in the terminal/command line.
  3. Make sure your system has Node Package Manger (NPM) installed.
  4. With NPM installed, run npm install or npm i .
  5. After the app files have been installed/configured, run npm start . This will launch Pokémon Catcher on localhost:3000 in your default browser.

Technologies

  • React.js
  • Material UI
  • Pokémon API
  • localStorage
  • Styled Components
  • Agile/Kanban
  • CSS3 / SASS / SCSS / HTML5

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

yarn start or npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test or npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

yarn build or npm build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!


Support and Contact

If you run into any issues running Pokémon Catcher, please contact Chris Sanchez.

License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copyright (c) 2020 Chris Sanchez

About

React w/ Context and localStorage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.0%
  • HTML 2.5%
  • CSS 1.5%