/PokeAPI

Using Poke API

Primary LanguageTypeScript

Pokemon App using Poke API

Demo

Demo

Technologies

This project was built using the following technologies:

Getting Started

1. Clone the project:

  1. Clone the project
    git clone https://github.com/makozi/PokeAPI.git

2. After cloning this project, install dependencies

  1. Navigate to the folder

    cd PokeAPI
  2. Install the dependencies

npm install

3. Run development server

You can start the server using this command:

npm run dev

Open http://localhost:3000 with your browser to see the result. You can start editing the page by modifying src/app/page.tsx.