Skip to content

Latest commit

 

History

History
146 lines (105 loc) · 3.75 KB

README.md

File metadata and controls

146 lines (105 loc) · 3.75 KB

Logo

Pokemon App

A PokemonApp built using ReactJS!
View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contact
  4. Acknowledgments

About The Project

Logo Logo

This is a pokemon app which fetches Pokemon data from PokeAPI and displays the queries below the searchbar.

(back to top)

Built With

This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

(back to top)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
    npm install npm@latest -g

Installation

  1. Clone the repo

    git clone https://github.com/your_username_/Project-Name.git
  2. Install NPM packages

    npm install

    or

    yarn install
  3. Run the application

    npm start

    or

    yarn start

(back to top)

Contact

Name - @themukulchugh - mukulchughofficial@gmail.com

Project Link: https://github.com/mukulchugh/Pokemon-App-InstaHomes-Asssignment

(back to top)

Acknowledgments

Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!

(back to top)