Pokemon Autocomplete is a simple React app that suggests Pokemon names from the first generation as you type, inspired by the autocomplete behavior of the YouTube search bar.
- Dynamic autocomplete suggestions sourced from Poke API.
- Minimalistic and responsive design.
- Framework: React (with Typescript)
- Testing: Jest and Testing Library
- Code Formatting: Prettier
- Clone the repo:
git clone https://github.com/FederalCircle/pokemon-autocomplete.git
- Navigate to the project directory:
cd pokemon-autocomplete
- Install dependencies:
npm install
- Run the app:
Open your browser and visit http://localhost:3000 to see the app in action.
npm start
This was a side project developed during an interview process. Though I appreciate the interest, this project is not currently open for contributions. It's pinned on my GitHub for showcase purposes.
- Poke API: The Pokemon names are sourced from Poke API.
- YouTube: The autocomplete behavior is inspired by the autocomplete behavior from the YouTube search bar.