Skip to content

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.

Notifications You must be signed in to change notification settings

HaydenRainey/Pokedex

Repository files navigation

React Pokedex

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.

Local Development

Follow these steps to run this project on your local machine:

  1. Clone the repository: git clone <repository-url>
  2. Navigate into the project directory: cd <project-directory>
  3. Install the dependencies: npm install
  4. 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).

Credits

About

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.

Resources

Stars

Watchers

Forks