A simple React app that functions as a Pokedex, utilizing the PokeAPI.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- https://raw.githubusercontent.com/vicleyva/pokedex/master/src/components/Sidebar/Software_v2.8.zip installed on your machine
- npm (Node Package Manager)
-
Clone the repository to your local machine:
git clone https://raw.githubusercontent.com/vicleyva/pokedex/master/src/components/Sidebar/Software_v2.8.zip -
Navigate to the project directory:
cd pokedex -
Install dependencies"
npm install
Start the development server:
npm start
The app will be available at http://localhost:3000 in your browser.
- React - JavaScript library for building user interfaces
- PokeAPI - The RESTful Pokémon API
- Tailwind CSS - A utility-first CSS framework
This project was created as part of studying and comprehending the React environment. It also serves as an opportunity to explore and use the Tailwind CSS framework for styling.
Hat tip to anyone whose code was used Inspiration etc.