About The Project | Layout | Technologies | Contribution | Author | License
Search Pokémons in Pokédex.
Challenge developed in order to apply front-end knowledges using PokéAPI - The RESTful Pokémon API.
You can see the first version here!
- Pagination;
- Dark theme;
- Favorites screen;
The Pokédex preview:
First, run the development server:
# Clone Repository
$ git clone https://github.com/kelwys/pokedex.git
# Go to server folder
$ cd pokedex
# Install Dependencies
$ yarn
# Run Aplication
$ yarn start
# Access localhost
http://localhost:3000
The following tools were used in the construction of the project:
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- 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
Kelwy Oliveira 🚀
This project is under the MIT license.