This is a simple Pokedex application built with React. It utilizes a public Pokemon API to fetch and display data about various Pokemon. This project serves as a learning tool for understanding how to work with APIs in React and how to structure a React/Next.js application.
Follow these steps to run this project on your local machine:
- Clone the repository:
git clone <repository-url>
- Navigate into the project directory:
cd <project-directory>
- Install the dependencies:
npm install
- Start the development server:
npm run dev
After running these commands, the application should be available at https://localhost:3000
(or another port if you've configured it differently).
- Design Inspiration: Sulis Triyono