View Demo · Report Bug · Request Feature
I always loved and enjoyed everything about Pokemon, especially the Gameboy saga. So when I was looking for a project to learn a bit more about using Typescript with React, I remembered how I always loved playing those games. That's when I decided to make my own version of Pokedex!
Please feel free to check the live demo or see further information to run it locally.
Features:
- Search Pokemons
- Input validations.
- Tooltip error.
- Toasts.
A list of other aditional resources that I used while building this application are listed in the acknowledgements.
This is an example of how to list things you need to use the software and how to install them.
- Choose npm or yarn.
npm:
npm install npm@latest -g
yarn: Go to Yarn website and select the correct guide for your operation system.
- Clone this repository.
git clone https://github.com/augustorl/oldpokedex.git
- Install NPM packages.
npm install or yarn
- Run the App.
npm run or yarn start
Please feel free to contribute to my Pokedex! Any contributions you will be greatly appreciated.
To do so:
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Augusto Leite - Portfolio - augustorldev@gmail.com
Project Link: https://github.com/augustorl/oldpokedex
Libraries used: