API with Sort & Search Thanks to PokeAPI for their API. You can visit them at: https://pokeapi.co/ View demo https://jonamparo.github.io/api-sort-and-search Project setup 1. Install Repository git clone [email protected]:JonAmparo/api-sort-and-search.git 2. cd into your project directory cd api-sort-and-search 3. Install dependencies npm install 4. Launch project in your local enviornment npm run start