Skip to content

A simple Pokedex application using an API, built with React and Vite. It includes a minimal setup for fast development with HMR and ESLint rules.

Notifications You must be signed in to change notification settings

daemonX10/Pokedex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokedex

A simple Pokedex application built with React and Vite, leveraging an API for fetching Pokémon data. This project serves as an example of a minimal setup for fast development with Hot Module Replacement (HMR) and ESLint configuration.

Table of Contents

  1. Features
  2. Installation
  3. Usage
  4. Contributing
  5. License

Features

  • Fetch and display Pokémon data from an API
  • Built with React and Vite for fast development
  • Hot Module Replacement (HMR) for efficient updates
  • ESLint integration for code quality and consistency

Installation

To get started with the project, clone the repository and install the dependencies:

git clone https://github.com/daemonX10/Pokedex.git
cd Pokedex
npm install

Usage

Run the development server:

npm run dev

Open your browser and navigate to http://localhost:3000 to see the application in action.

Contributing

Contributions are welcome! If you have any suggestions or improvements, please open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

A simple Pokedex application using an API, built with React and Vite. It includes a minimal setup for fast development with HMR and ESLint rules.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published