/react_pokemon_crud

Quick create-react-app to practice Axios and setting/tying up my own API to it.

Primary LanguageJavaScript

A simple React Project to get reps in on different topics.

use 'yarn start' to run this app.

Current goal is to add Axios with the use of any API.

Goals: -Create a way to lookup Pokemon (GET) -Create a way to add Pokemon (POST) -Create a way to update (PUT/PATCH) -Remove Pokemon (Delete)