Skip to content

LyneQ/pokedex-collab

Repository files navigation

PokedexCollab

This is a collaborative project to create a Pokedex using React and the PokeAPI.

Overview

The Pokedex will consist of two main views: a list view and a detail view. The list view will display a list of all Pokemon, while the detail view will display detailed information about a specific Pokemon.

Features

  • Fetch and display Pokemon data from PokeAPI
  • Create a comprehensive list view of all Pokemons
  • Implement detailed view for individual Pokemon
  • Add search and filtering capabilities

Installation

  1. Clone the repository
git clone https://github.com/LyneQ/todo-app-react.git
cd todo-app-react
  1. Run npm install to install dependencies
npm install
  1. Run npm run dev to start the development server
npm run dev
  1. Open http://localhost:5173 in your browser

Usage

  • Click on a Pokemon in the list view to view detailed information about that Pokemon
  • Use the search bar to search for a specific Pokemon
  • Enjoy exploring the Pokedex!

Technologies Used

  • React: A JavaScript library for building user interfaces.
  • TypeScript: A strongly typed programming language that builds on JavaScript.
  • Vite: A build tool that provides fast development and production build processes.

Contributing

Contributions are welcome! If you would like to contribute to TodoBite, please fork the repository and submit a pull request.

License

This project is licensed under the MIT License.

Team Members