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.
-
Click here to go to the repository location where you will find the clone/download menu.
-
Navigate to the directory (folder) that contains your browser's downloads.
-
Double-click on Pokémon Catcher directory (folder).
-
Open directory contents by extracting/unzipping documents from folder.
-
Make sure your system has
Node Package Manger (NPM)
installed. -
With
NPM
installed, runnpm install
ornpm i
. -
After the app files have been installed/configured, run
npm start
. This will launch Pokémon Catcher onlocalhost:3000
in your default browser.
- To clone the repository, from your terminal or command line enter: "git clone https://github.com/sanchito59/pokemon-catcher"
- Once the repository finishes downloading you will need to navigate to it in the terminal/command line.
- Make sure your system has
Node Package Manger (NPM)
installed. - With
NPM
installed, runnpm install
ornpm i
. - After the app files have been installed/configured, run
npm start
. This will launch Pokémon Catcher onlocalhost:3000
in your default browser.
- React.js
- Material UI
- Pokémon API
- localStorage
- Styled Components
- Agile/Kanban
- CSS3 / SASS / SCSS / HTML5
This project was bootstrapped with Create React App.
In the project directory, you can run:
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.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
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!
If you run into any issues running Pokémon Catcher, please contact Chris Sanchez.
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