Young-Einstein10 / pokemon-app

A simple NextJS project to explore the Pokemon Api and learn about the world of Pokemon Go.

Home Page:https://pokemon-app-jet-three.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pokemon-App

This is a simple Next.js project bootstrapped with create-next-app. The project is an attempt to explore the Pokemon Api and learn about the world of Pokemon Go. The following technologies were used in this project:

  • React – Javascript Library for building user interfaces
  • NextJS – React Framework for the web
  • SWR – React Hooks for Data Fetching
  • Axios – Promise based HTTP client for the browser and node.js
  • Shadcn UI – Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source.
  • Tailwind CSS – Styling

Installation

Clone the project here and install the dependencies using:

npm install
# or
yarn install

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

Deployment

The project is deployed on the Vercel Platform and can be accessed using this link.

About

A simple NextJS project to explore the Pokemon Api and learn about the world of Pokemon Go.

https://pokemon-app-jet-three.vercel.app


Languages

Language:TypeScript 91.0%Language:CSS 7.5%Language:JavaScript 1.6%